PathToExtendedFieldType.PropertySetId Property

Definition

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.

Applies to