TnefPropertyReader.ReadValueAsGuid method
The ReadValueAsGuid reads the current property value and returns it as a GUID object.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValueAsGuid As Guid
'Usage
Dim instance As TnefPropertyReader
Dim returnValue As Guid
returnValue = instance.ReadValueAsGuid()
public Guid ReadValueAsGuid()
Return value
Type: System.Guid