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
tag
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefPropertyTagA TnefPropertyTag enumeration value identifying the property to start.
propSetGuid
Type: System.GuidThe GUID for the property set in which to start a new property.
nameId
Type: System.Int32An integer representing the name of the named property to start.