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 _
)
public void StartProperty (
TnefPropertyTag tag,
Guid propSetGuid,
string name
)
public:
void StartProperty (
TnefPropertyTag tag,
Guid propSetGuid,
String^ name
)
public void StartProperty (
TnefPropertyTag tag,
Guid propSetGuid,
String name
)
public function StartProperty (
tag : TnefPropertyTag,
propSetGuid : Guid,
name : String
)
Parameters
- tag
A TnefPropertyTag enumeration value identifying the property to start.
- propSetGuid
The GUID for the property set in which to start a new property.
- name
The name of the named property to start.
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