MOVEitUserInfoNotification Property |
Indicates if this user receives email notifications.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public int Notification { get; }
Public ReadOnly Property Notification As Integer
Get
public:
property int Notification {
int get ();
}
Property Value
Type:
Int32Remarks
Possible notification codes are:
0 | User receives no notifications |
1 | User receives notifications |
2 | Admin user receives normal notifications plus admin alerts |
See Also