EmailAddressPolicy.IncludedRecipients Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute> _
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
[ParameterAttribute]
public Nullable<WellKnownRecipientType> IncludedRecipients { get; set; }
Property Value
Type: System.Nullable<WellKnownRecipientType>
Returns Nullable<T>.