Mailbox.ProtocolSettings Property
Gets the protocols used by the mailbox.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property ProtocolSettings As MultiValuedProperty(Of String)
Get
'Usage
Dim instance As Mailbox
Dim value As MultiValuedProperty(Of String)
value = instance.ProtocolSettings
public MultiValuedProperty<string> ProtocolSettings { get; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
One or more protocols used by the mailbox.
See Also