Office.DecryptedMessageBody interface
Represents the body of a decrypted message.
Remarks
[Api set: Mailbox 1.16]
Minimum permission level: read/write item
Applicable Outlook mode: Message Read
To learn how to develop an encryption add-in in Outlook, see Create an encryption Outlook add-in.
Properties
| coercion |
Specifies the format of the body of a message. The body of a message can be formatted as |
| content | Specifies the content displayed in the body of the message. |
Property Details
coercionType
Specifies the format of the body of a message. The body of a message can be formatted as Office.CoercionType.Html or Office.CoercionType.Text.
coercionType: Office.CoercionType;
Property Value
Remarks
[Api set: Mailbox 1.16]
Minimum permission level: read/write item
Applicable Outlook mode: Message Read
content
Specifies the content displayed in the body of the message.
content: string;
Property Value
string
Remarks
[Api set: Mailbox 1.16]
Minimum permission level: read/write item
Applicable Outlook mode: Message Read