Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The DistributionListType complex type represents a distribution list. The DistributionListType complex type extends the ItemType complex type, as specified in [MS-OXWSCORE] section 2.2.4.6.
-
<xs:complexType name="DistributionListType"> <xs:complexContent> <xs:extension base="t:ItemType" > <xs:sequence> <xs:element name="DisplayName" type="xs:string" minOccurs="0" /> <xs:element name="FileAs" type="xs:string" minOccurs="0" /> <xs:element name="ContactSource" type="t:ContactSourceType" minOccurs="0" /> <xs:element name="Members" type="t:MembersListType" minOccurs="0" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the DistributionListType complex type.
|
Element |
Type |
Description |
|---|---|---|
|
DisplayName |
xs:string [XMLSCHEMA2] |
Contains the display name for the distribution list. |
|
FileAs |
xs:string |
Represents how a distribution list is filed in the Contacts folder. This element is read-only for the client. |
|
ContactSource |
t:ContactSourceType ([MS-OXWSCONT] section 2.2.5.1) |
Describes whether the distribution list is located in the message store or in the directory service. |
|
Members |
t:MembersListType (section 2.2.4.2) |
Contains a list of members in a distribution list. |