Configuration settings to automatically notify the sender of an incoming email with a message from the signed-in user. For example, an automatic reply to notify that the signed-in user is unavailable to respond to emails.
| Property | Type | Description |
|---|---|---|
| externalAudiance | externalAudienceScope | The set of audience external to signed-in user's organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled. The possible values are: none, contactsOnly, all. |
| externalReplyMessage | string | The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled. |
| internalReplyMessage | string | The automatic reply to send to the audience internal to the signed-in user's organization, if Status is AlwaysEnabled or Scheduled. |
Code Sample in JSON
{
"externalAudience": "String",
"externalReplyMessage": "string",
"internalReplyMessage": "string",
"scheduledEndDateTime": {"@odata.type": "microsoft.graph.dateTimeTimeZone"},
"scheduledStartDateTime": {"@odata.type": "microsoft.graph.dateTimeTimeZone"},
"status": "String"
}- Timezone
- Message