PathToExtendedFieldType::PropertyId property
Exchange Server 2013
The PropertyId property gets or sets an extended property by its dispatch ID.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Property value
Type: System.Int32The PropertyId property returns an integer that represents a property dispatch identifier.
A dispatch ID can be identified in either decimal or hexadecimal formats. The PropertyId property must be coupled with either the DistinguishedPropertySetId or PropertySetId property.
If the PropertyId is used, the PropertyName and PropertyTag properties cannot be used.
You must set the PropertyIdSpecified property to true so that the PropertyId property is serialized into the SOAP message.
Show: