SearchOptionsRightsManagementSupport Property |
Specifies how the server returns rights-managed email messages to the client.
If the value is TRUE, the server will decompress and decrypt rights-managed email messages before sending them to the client.
If the value is FALSE, the server will not decompress or decrypt rights-managed email messages before sending them to the client.
If the RightsManagementSupport element is not included in a request message, a default value of FALSE is assumed.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic bool? RightsManagementSupport { get; set; }
Public Property RightsManagementSupport As Boolean?
Get
Set
public:
property Nullable<bool> RightsManagementSupport {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member RightsManagementSupport : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also