다음을 통해 공유


TnefWriter.WriteProperty Method (TnefPropertyTag, Guid)

The WriteProperty method writes a property identified by the tag parameter with the GUID value specified by the value parameter.

Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Sub WriteProperty ( _
    tag As TnefPropertyTag, _
    value As Guid _
)
public void WriteProperty (
    TnefPropertyTag tag,
    Guid value
)
public:
void WriteProperty (
    TnefPropertyTag tag, 
    Guid value
)
public void WriteProperty (
    TnefPropertyTag tag, 
    Guid value
)
public function WriteProperty (
    tag : TnefPropertyTag, 
    value : Guid
)

Parameters

  • tag
    A TnefPropertyTag enumeration value specifying the property to write.
  • value
    A GUID object to write.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003