Share via


TnefWriter.StartProperty Method (TnefPropertyTag, Guid, Int32)

The StartProperty method starts a named property.

Namespace:  Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub StartProperty ( _
    tag As TnefPropertyTag, _
    propSetGuid As Guid, _
    nameId As Integer _
)
'Usage
Dim instance As TnefWriter
Dim tag As TnefPropertyTag
Dim propSetGuid As Guid
Dim nameId As Integer

instance.StartProperty(tag, propSetGuid, _
    nameId)
public void StartProperty(
    TnefPropertyTag tag,
    Guid propSetGuid,
    int nameId
)

Parameters

  • propSetGuid
    Type: System.Guid
    The GUID for the property set in which to start a new property.
  • nameId
    Type: System.Int32
    An integer representing the name of the named property to start.