MSEmailRights Class
Rights that apply to emails.
Signature
@interface MSEmailRights : NSObject
Methods
Name | Description |
---|---|
+(NSString) extract; |
Specifies a right that allows content to be extracted from a protected email and placed in an unprotected, or a different protected, format. Same value as [MSEditableDocumentRights extract]. |
+(NSString) forward; |
Specifies a right that allows a protected email message to be forwarded. |
+(NSString) print; |
Specifies a right that allows protected email content to be printed. Same value as [MSEditableDocumentRights Print]. |
+(NSString) reply; |
Specifies a right that allows a protected email message to be replied to with a message that includes a copy of the protected content. |
+(NSString) replyAll; |
GSpecifiesets a right that allows reply-all to a protected email message with a message that includes a copy of the protected content. |
+(NSArray) all; |
Specifies a list of all the of rights that apply to emails. |
Defined in
MSRight.h
Supported Platforms
Minimum supported OS versions |
iOS 7.0 and OS X 10.8 |
Remarks
For more information about the built-in rights and the usage restrictions associated with them that apps should observe, see Built-in Rights Usage Restriction Reference.
Thread Safety
Members of this class are not guaranteed to be thread safe.