| AppointmentRead |
displayReplyAllFormAsync(formData: string | ReplyFormData, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Displays a reply form that includes either the sender and all recipients of the selected message or the organizer and all attendees of the |
| displayReplyAllFormAsync(formData: string | ReplyFormData, options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Displays a reply form that includes either the sender and all recipients of the selected message or the organizer and all attendees of the |
| displayReplyFormAsync(formData: string | ReplyFormData, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Displays a reply form that includes only the sender of the selected message or the organizer of the selected appointment. |
| displayReplyFormAsync(formData: string | ReplyFormData, options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Displays a reply form that includes only the sender of the selected message or the organizer of the selected appointment. |
| Body |
appendOnSendAsync(data: string, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Appends on send the specified content to the end of the item body, after any signature. |
| appendOnSendAsync(data: string, options: Office.AsyncContextOptions & CoercionTypeOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Appends on send the specified content to the end of the item body, after any signature. |
| CustomProperties |
getAll() |
Returns an object with all custom properties in a collection of name/value pairs. |
| Mailbox |
displayAppointmentFormAsync(itemId: string, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Displays an existing calendar appointment. |
| displayAppointmentFormAsync(itemId: string, options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Displays an existing calendar appointment. |
| displayMessageFormAsync(itemId: string, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Displays an existing message. |
| displayMessageFormAsync(itemId: string, options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Displays an existing message. |
| displayNewAppointmentFormAsync(parameters: AppointmentForm, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Displays a form for creating a new calendar appointment. |
| displayNewAppointmentFormAsync(parameters: AppointmentForm, options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Displays a form for creating a new calendar appointment. |
| displayNewMessageFormAsync(parameters: MessageForm, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Displays a form for creating a new message. |
| displayNewMessageFormAsync(parameters: MessageForm, options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Displays a form for creating a new message. |
| MessageRead |
displayReplyAllFormAsync(formData: string | ReplyFormData, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Displays a reply form that includes either the sender and all recipients of the selected message or the organizer and all attendees of the |
| displayReplyAllFormAsync(formData: string | ReplyFormData, options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Displays a reply form that includes either the sender and all recipients of the selected message or the organizer and all attendees of the |
| displayReplyFormAsync(formData: string | ReplyFormData, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Displays a reply form that includes only the sender of the selected message or the organizer of the selected appointment. |
| displayReplyFormAsync(formData: string | ReplyFormData, options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Displays a reply form that includes only the sender of the selected message or the organizer of the selected appointment. |