TnefNameId.PropertySetGuid property
The PropertySetGuid property returns the property set GUID for this TnefNameId structure.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property PropertySetGuid As Guid
Get
'Usage
Dim instance As TnefNameId
Dim value As Guid
value = instance.PropertySetGuid
public Guid PropertySetGuid { get; }
Property value
Type: System.Guid