ADContact.DeliverToForwardingAddress Property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property DeliverToForwardingAddress As Boolean
Get
Set
'Usage
Dim instance As ADContact
Dim value As Boolean
value = instance.DeliverToForwardingAddress
instance.DeliverToForwardingAddress = value
public bool DeliverToForwardingAddress { get; set; }
Property Value
Type: System.Boolean