Rule.AddManagerAsRecipientType Property
Namespace: Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property AddManagerAsRecipientType As Nullable(Of AddedRecipientType)
Get
Set
'Usage
Dim instance As Rule
Dim value As Nullable(Of AddedRecipientType)
value = instance.AddManagerAsRecipientType
instance.AddManagerAsRecipientType = value
public Nullable<AddedRecipientType> AddManagerAsRecipientType { get; set; }
Property Value
Type: System.Nullable<AddedRecipientType>
See Also