TnefWriter.StartProperty Method (TnefPropertyTag, Guid, String)
The StartProperty method starts a named property in the current attribute or row.
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, _
name As String _
)
'Usage
Dim instance As TnefWriter
Dim tag As TnefPropertyTag
Dim propSetGuid As Guid
Dim name As String
instance.StartProperty(tag, propSetGuid, _
name)
public void StartProperty(
TnefPropertyTag tag,
Guid propSetGuid,
string name
)
Parameters
- tag
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefPropertyTag
A TnefPropertyTag enumeration value identifying the property to start.
- propSetGuid
Type: System.Guid
The GUID for the property set in which to start a new property.
- name
Type: System.String
The name of the named property to start.