TnefWriterFlags Enumeration
The TnefWriterFlags contains an enumeration value specifying not to overwrite the TnefVersion and OemCodePage attributes in the TNEF stream that this TnefWriter object owns.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration TnefWriterFlags
'Usage
Dim instance As TnefWriterFlags
[FlagsAttribute]
public enum TnefWriterFlags
Members
Member name | Description | |
---|---|---|
NoStandardAttributes | Indicates not to overwrite the TnefVersion and OemCodePage attributes. |