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
The payload body often itself constitutes a headers-and-body construct.
<TrID> is a transaction ID; outlook.com uses numbers for this. If it's set to something nonzero in a message sent by the client, the server will acknowledge the message by means of a response--possibly one that is otherwise a noop--that has the same transaction ID. If the server sends an unsolicited message, the transaction ID is zero.
Common headers
Set-Registration
Contains a cookie. After receiving this header, all subsequent messages sent by the client must contain a Registration header whose value is the same as the value of the last received Set-Registration.
Registration
See above.
UtcTime
The current time according to the server, formatted as a Unix timestamp.