Share via


TnefWriter.StartProperty Method

Include Protected Members
Include Inherited Members

The StartProperty method overloads start properties in the TNEF stream that this TnefWriter object owns.

Overload List

  Name Description
Public method StartProperty(TnefPropertyTag) The StartProperty method starts the property specified by the tag parameter in the TNEF stream that this TnefWriter object owns.
Public method StartProperty(TnefPropertyTag, Guid, Int32) The StartProperty method starts a named property.
Public method StartProperty(TnefPropertyTag, Guid, String) The StartProperty method starts a named property in the current attribute or row.

Top