PathToExtendedFieldType.PropertySetId Property
The PropertySetId property gets or sets a MAPI extended property set or namespace by its identifying GUID.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property PropertySetId As String
Get
Set
'Usage
Dim instance As PathToExtendedFieldType
Dim value As String
value = instance.PropertySetId
instance.PropertySetId = value
public string PropertySetId { get; set; }
Property Value
Type: System.String
The PropertySetId property returns a string that represents a GUID.
Remarks
If this property is used, the DistinguishedPropertySetId and PropertyTag properties cannot be used. This property must be used with either the PropertyId or PropertyName properties, and the PropertyType property.
See Also