Sdílet prostřednictvím


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