2.2.5.1 t:ExternalAudience Simple Type
The ExternalAudience simple type specifies a value that indicates to whom external OOF messages are to be sent.
-
<xs:simpleType name="ExternalAudience"> <xs:restriction base="xs:string" > <xs:enumeration value="None" /> <xs:enumeration value="Known" /> <xs:enumeration value="All" /> </xs:restriction> </xs:simpleType>
The following table lists the values that are defined by the ExternalAudience simple type.
Value |
Description |
---|---|
None |
Specifies that mail sent from external users will not get an OOF message. |
Known |
Specifies that mail sent from external users who are known to the recipient will receive an OOF message in response to the mail they sent. A known user is one who appears in the recipient's list of contacts in any of the contacts folders in his or her mailbox. |
All |
Specifies that the external OOF message will be sent to all external users. |