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> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
Public Enumeration DistinguishedPropertySetType
[SerializableAttribute] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")] 
public enum DistinguishedPropertySetType
[SerializableAttribute] 
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")] 
public enum class DistinguishedPropertySetType
/** @attribute SerializableAttribute() */ 
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */ 
public enum DistinguishedPropertySetType
SerializableAttribute 
GeneratedCodeAttribute("wsdl", "2.0.50727.42") 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") 
public enum DistinguishedPropertySetType

Members

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

Remarks

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

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)

See Also