TnefPropertyReader.ObjectIid property
The ObjectIid property returns a GUID identifying an object specified by a property.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectIid As Guid
Get
'Usage
Dim instance As TnefPropertyReader
Dim value As Guid
value = instance.ObjectIid
public Guid ObjectIid { get; }
Property value
Type: System.Guid