Поделиться через


DistinguishedPropertySetType Enumeration

The DistinguishedPropertySetType enumeration defines the well-known property set IDs for extended properties.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration DistinguishedPropertySetType
'Usage
Dim instance As DistinguishedPropertySetType
[SerializableAttribute]
public enum DistinguishedPropertySetType

Members

Member name Description
Meeting Identifies the meeting property set ID by name.
Appointment Identifies the appointment property set ID by name.
Common Identifies the common property set ID by name.
PublicStrings Identifies the public strings property set ID by name.
Address Identifies the address property set ID by name.
InternetHeaders Identifies the Internet headers property set ID by name.
CalendarAssistant Identifies the calendar assistant property set ID by name.
UnifiedMessaging Identifies the Unified Messaging property set ID by name.
Task Identifies the task property set ID by name.

Remarks

This enumeration is used by the DistinguishedPropertySetId property of the PathToExtendedFieldType object.

See Also

Reference

Other Resources