Share via


Rule.SenderNotificationType property

Namespace:  Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Property SenderNotificationType As Nullable(Of NotifySenderType)
    Get
    Set
'Usage
Dim instance As Rule
Dim value As Nullable(Of NotifySenderType)

value = instance.SenderNotificationType

instance.SenderNotificationType = value
public Nullable<NotifySenderType> SenderNotificationType { get; set; }

Property value

Type: System.Nullable<NotifySenderType>

See also

Reference

Rule class

Rule members

Microsoft.Exchange.MessagingPolicies.Rules.Tasks namespace