Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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