MailUser.ProtocolSettings property
Gets the protocol settings (POP3, IMAP4, and SMTP) for this mail user.
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 MailUser
Dim value As MultiValuedProperty(Of String)
value = instance.ProtocolSettings
public MultiValuedProperty<string> ProtocolSettings { get; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
The protocol settings for this mail user.
Remarks
This property is a multivalued string property, where each string applies to a different protocol.