SettingsRequestGetRightsManagementInformation Property |
Requests a rights management information from the server.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic bool? GetRightsManagementInformation { get; set; }
Public Property GetRightsManagementInformation As Boolean?
Get
Set
public:
property Nullable<bool> GetRightsManagementInformation {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member GetRightsManagementInformation : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also