Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 an expanded member of a personal distribution list.
Methods
None.
Properties
| Property | Type | Description |
|---|---|---|
| displayName | String | The display name of the member. Read-only. |
| id | String | The unique identifier for the distribution list member. It corresponds to the value supplied as 'key' when adding a member via addMembers. Read-only. |
| memberId | String | A system generated unique identifier. Non-empty for contact, privateDL and mailbox members. ReadOnly. |
| type | recipientType | The type of the recipient. The possible values are: contact, oneOff, mailbox, privateDL, unknownFutureValue. ReadOnly |
Relationships
| Relationship | Type | Description |
|---|---|---|
| contact | contact | The contact associated with the distribution list member. Read-only. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.distributionListMember",
"id": "string (identifier)",
"displayName": "string",
"type": "string",
"memberId": "string"
}