Mailbox.RemoteRecipientType Property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property RemoteRecipientType As RemoteRecipientType
Get
Set
'Usage
Dim instance As Mailbox
Dim value As RemoteRecipientType
value = instance.RemoteRecipientType
instance.RemoteRecipientType = value
[ParameterAttribute(Mandatory = false)]
public RemoteRecipientType RemoteRecipientType { get; set; }
Property Value
Type: Microsoft.Exchange.Data.Directory.Recipient.RemoteRecipientType
See Also