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
Public Property DistinguishedPropertySetId As DistinguishedPropertySetType
    Get
    Set
'Usage
Dim instance As PathToExtendedFieldType
Dim value As DistinguishedPropertySetType

value = instance.DistinguishedPropertySetId

instance.DistinguishedPropertySetId = value
public DistinguishedPropertySetType DistinguishedPropertySetId { get; set; }

Property Value

Type: ExchangeWebServices.DistinguishedPropertySetType
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.