PathToExtendedFieldType.DistinguishedPropertySetId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DistinguishedPropertySetId property gets or sets well-known property set IDs for extended MAPI properties.
public:
property ExchangeWebServices::DistinguishedPropertySetType DistinguishedPropertySetId { ExchangeWebServices::DistinguishedPropertySetType get(); void set(ExchangeWebServices::DistinguishedPropertySetType value); };
public ExchangeWebServices.DistinguishedPropertySetType DistinguishedPropertySetId { get; set; }
Public Property DistinguishedPropertySetId As 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.