Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a member of a personal distribution list, identified by routing key and recipient type. Use this type when adding or removing members through the addMembers and deleteMembers actions.
Properties
| Property | Type | Description |
|---|---|---|
| contactId | String | The ID of the referenced contact, if applicable. Optional. |
| displayName | String | The display name of the member. Optional. |
| key | String | The email address or routing key of the member. Required. |
| recipientType | recipientType | The type of the recipient. The possible values are: contact, oneOff, mailbox, privateDL, unknownFutureValue. Optional. |
| routingType | String | The routing type for the member, for example, SMTP. Optional. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.member",
"contactId": "string",
"displayName": "string",
"key": "string",
"recipientType": "string",
"routingType": "string"
}