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

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace