MailEventNotificationInfo.NotificationType Property

Definition

Gets the type of the current notification.

public:
 property System::Web::Management::EventNotificationType NotificationType { System::Web::Management::EventNotificationType get(); };
public System.Web.Management.EventNotificationType NotificationType { get; }
member this.NotificationType : System.Web.Management.EventNotificationType
Public ReadOnly Property NotificationType As EventNotificationType

Property Value

The EventNotificationType for the current notification.

Applies to

See also