PathToExtendedFieldType.PropertySetId 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 PropertySetId property gets or sets a MAPI extended property set or namespace by its identifying GUID.
public:
property System::String ^ PropertySetId { System::String ^ get(); void set(System::String ^ value); };
public string PropertySetId { get; set; }
Public Property PropertySetId As 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.