You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - In Outlook on the web and new Outlook on Windows, users can organize their messages as conversations or individual messages in **Settings** > **Mail** > **Layout** > **Message organization**
13182
13185
* (see {@link https://support.microsoft.com/office/57fe0cd8-e90b-4b1b-91e4-a0ba658c0042 | Change how the message list is displayed in Outlook}).
13183
13186
* This setting affects how much of a message's body is displayed to the user (that is, the entire conversation thread of a message or just the current message).
13184
-
* In Message Compose mode, particulary for replies to a conversation thread with more than one message, if you want the returned body to reflect the user's setting,
13187
+
* In Message Compose mode, particularly for replies to a conversation thread with more than one message, if you want the returned body to reflect the user's setting,
13185
13188
* specify the `bodyMode: Office.MailboxEnums.BodyMode.HostConfig` parameter in your `getAsync` call. If messages are grouped by conversation,
13186
13189
* only the body of the current reply is returned. Conversely, if messages are displayed individually, the entire conversation thread is returned.
* - In Outlook on the web and new Outlook on Windows, users can organize their messages as conversations or individual messages in **Settings** > **Mail** > **Layout** > **Message organization**
13222
13225
* (see {@link https://support.microsoft.com/office/57fe0cd8-e90b-4b1b-91e4-a0ba658c0042 | Change how the message list is displayed in Outlook}).
13223
13226
* This setting affects how much of a message's body is displayed to the user (that is, the entire conversation thread of a message or just the current message).
13224
-
* In Message Compose mode, particulary for replies to a conversation thread with more than one message, if you want the returned body to reflect the user's setting,
13227
+
* In Message Compose mode, particularly for replies to a conversation thread with more than one message, if you want the returned body to reflect the user's setting,
13225
13228
* specify the `bodyMode: Office.MailboxEnums.BodyMode.HostConfig` parameter in your `getAsync` call. If messages are grouped by conversation,
13226
13229
* only the body of the current reply is returned. Conversely, if messages are displayed individually, the entire conversation thread is returned.
* - In Outlook on the web and new Outlook on Windows, users can organize their messages as conversations or individual messages in **Settings** > **Mail** > **Layout** > **Message organization**
13504
13507
* (see {@link https://support.microsoft.com/office/57fe0cd8-e90b-4b1b-91e4-a0ba658c0042 | Change how the message list is displayed in Outlook}).
13505
13508
* This setting affects how much of a message's body is displayed to the user (that is, the entire conversation thread of a message or just the current message).
13506
-
* In Message Compose mode, particulary for replies to a conversation thread with more than one message, if you want to honor the user's settings when
13509
+
* In Message Compose mode, particularly for replies to a conversation thread with more than one message, if you want to honor the user's settings when
13507
13510
* setting the body of a message, specify the `bodyMode: Office.MailboxEnums.BodyMode.HostConfig` parameter in your `setAsync` call. If messages are grouped by conversation,
13508
13511
* only the body of the current reply is set. Conversely, if messages are displayed individually, the entire body, including previous messages
* - In Outlook on the web and new Outlook on Windows, users can organize their messages as conversations or individual messages in **Settings** > **Mail** > **Layout** > **Message organization**
13574
13577
* (see {@link https://support.microsoft.com/office/57fe0cd8-e90b-4b1b-91e4-a0ba658c0042 | Change how the message list is displayed in Outlook}).
13575
13578
* This setting affects how much of a message's body is displayed to the user (that is, the entire conversation thread of a message or just the current message).
13576
-
* In Message Compose mode, particulary for replies in a conversation thread with more than one message, if you want to honor the user's settings when
13579
+
* In Message Compose mode, particularly for replies in a conversation thread with more than one message, if you want to honor the user's settings when
13577
13580
* setting the body of a message, specify the `bodyMode: Office.MailboxEnums.BodyMode.HostConfig` parameter in your `setAsync` call. If messages are grouped by conversation,
13578
13581
* only the body of the current reply is set. Conversely, if messages are displayed individually, the entire body, including previous messages
0 commit comments