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
<XmlAttributeAttribute> _
Public Property PropertySetId As String
[XmlAttributeAttribute]
public string PropertySetId { get; set; }
[XmlAttributeAttribute]
public:
property String^ PropertySetId {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_PropertySetId ()
/** @property */
public void set_PropertySetId (String value)
public function get PropertySetId () : String
public function set PropertySetId (value : String)
Property Value
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.
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