Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.DocumentSendForReviewOptions interface
- Package:
- word
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Provides configuration options for the Document.sendForReview method.
Properties
| includeAttachment | If provided, specifies whether to include the document as an attachment. The default value is |
| recipients | If provided, specifies the recipients of the review request. The default value is "" (empty string). |
| showMessage | If provided, specifies whether to show the message before sending. The default value is |
| subject | If provided, specifies the subject of the review email. The default value is "" (empty string). |
Property Details
includeAttachment
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
If provided, specifies whether to include the document as an attachment. The default value is true.
includeAttachment?: boolean;
Property Value
boolean
Remarks
recipients
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
If provided, specifies the recipients of the review request. The default value is "" (empty string).
recipients?: string;
Property Value
string
Remarks
showMessage
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
If provided, specifies whether to show the message before sending. The default value is true.
showMessage?: boolean;
Property Value
boolean
Remarks
subject
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
If provided, specifies the subject of the review email. The default value is "" (empty string).
subject?: string;
Property Value
string
Remarks
Office Add-ins
Feedback
Was this page helpful?
