PathToExtendedFieldType.DistinguishedPropertySetId Property
The DistinguishedPropertySetId property gets or sets well-known property set IDs for extended MAPI properties.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property DistinguishedPropertySetId As DistinguishedPropertySetType
[XmlAttributeAttribute]
public DistinguishedPropertySetType DistinguishedPropertySetId { get; set; }
[XmlAttributeAttribute]
public:
property DistinguishedPropertySetType DistinguishedPropertySetId {
DistinguishedPropertySetType get ();
void set (DistinguishedPropertySetType value);
}
/** @property */
public DistinguishedPropertySetType get_DistinguishedPropertySetId ()
/** @property */
public void set_DistinguishedPropertySetId (DistinguishedPropertySetType value)
public function get DistinguishedPropertySetId () : DistinguishedPropertySetType
public function set DistinguishedPropertySetId (value : DistinguishedPropertySetType)
Property Value
The DistinguishedPropertySetId property returns a DistinguishedPropertySetType enumeration.
Remarks
If the DistinguishedPropertySetId property is used, the PropertySetId and PropertyTag properties cannot be used. This property must be used with either the PropertyId or PropertyName property, and the PropertyType property.
You must set the DistinguishedPropertySetIdSpecified property to true so that the DistinguishedPropertySetId property is serialized into the SOAP message.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
Reference
PathToExtendedFieldType Class
PathToExtendedFieldType Members
ExchangeWebServices Namespace