TnefWriter.StartProperty method
The StartProperty method overloads start properties in the TNEF stream that this TnefWriter object owns.
Overload list
Name | Description | |
---|---|---|
StartProperty(TnefPropertyTag) | The StartProperty method starts the property specified by the tag parameter in the TNEF stream that this TnefWriter object owns. | |
StartProperty(TnefPropertyTag, Guid, Int32) | The StartProperty method starts a named property. | |
StartProperty(TnefPropertyTag, Guid, String) | The StartProperty method starts a named property in the current attribute or row. |
Top