OOFMessageEnabled Property |
Specifies whether an OOF message is sent to this audience while the sending user is OOF.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic bool? Enabled { get; set; }
Public Property Enabled As Boolean?
Get
Set
public:
property Nullable<bool> Enabled {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Enabled : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also