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 _
)
public void StartProperty (
TnefPropertyTag tag,
Guid propSetGuid,
int nameId
)
public:
void StartProperty (
TnefPropertyTag tag,
Guid propSetGuid,
int nameId
)
public void StartProperty (
TnefPropertyTag tag,
Guid propSetGuid,
int nameId
)
public function StartProperty (
tag : TnefPropertyTag,
propSetGuid : Guid,
nameId : int
)
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.
- nameId
An integer representing 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