RtfCompressionMode Enumeration
The RtfCompressionMode enumeration indicates the kind of compression that will be performed.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Enumeration RtfCompressionMode
'Usage
Dim instance As RtfCompressionMode
public enum RtfCompressionMode
Members
| Member name | Description | |
|---|---|---|
| Compressed | The contents of the destination stream will be compressed. | |
| Uncompressed | The contents of the destination stream will have a compression header but will not be compressed. |