Click or drag to resize

MsMsgRenderSettings Class

Msg specific render settings.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.Codec.OfficeMsMsgRenderSettings

Namespace:  Atalasoft.Imaging.Codec.Office
Assembly:  Atalasoft.dotImage.Office (in Atalasoft.dotImage.Office.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public class MsMsgRenderSettings

The MsMsgRenderSettings type exposes the following members.

Constructors
  NameDescription
Public methodMsMsgRenderSettings
Initializes the MsMsgRenderSettings class.
Top
Properties
  NameDescription
Public propertyRenderEmailHeader
Email header render option. Default value is true.
Public propertyRenderExternalImages
HTML external images render option. Default value is false.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also