ContactDataReceiveMailNotifications Property |
The flag for mail notifications.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic bool? ReceiveMailNotifications { get; }
Public ReadOnly Property ReceiveMailNotifications As Boolean?
Get
public:
property Nullable<bool> ReceiveMailNotifications {
Nullable<bool> get ();
}
member ReceiveMailNotifications : Nullable<bool> with get
Property Value
NullableBoolean
See Also