EmailAddressPolicy.IncludedRecipients property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property IncludedRecipients As Nullable(Of WellKnownRecipientType)
Get
Set
'Usage
Dim instance As EmailAddressPolicy
Dim value As Nullable(Of WellKnownRecipientType)
value = instance.IncludedRecipients
instance.IncludedRecipients = value
public Nullable<WellKnownRecipientType> IncludedRecipients { get; set; }
Property value
Type: System.Nullable<WellKnownRecipientType>
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace