TnefWriter.WritePropertyValue method (Guid)
The WritePropertyValue method writes a GUID value and then ends it.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WritePropertyValue ( _
value As Guid _
)
'Usage
Dim instance As TnefWriter
Dim value As Guid
instance.WritePropertyValue(value)
public void WritePropertyValue(
Guid value
)
Parameters
value
Type: System.GuidA GUID object to write.