MapiMailMessage Class

QsInformatica.Utils

MapiMailMessage Class

Represents an email message to be sent through MAPI.
Inheritance Hierarchy
SystemObject  QsInformatica.UtilsMapiMailMessage

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public class MapiMailMessage
Public Class MapiMailMessage
public ref class MapiMailMessage
type MapiMailMessage =  class end

The MapiMailMessage type exposes the following members.

Constructors
  NameDescription
Public methodMapiMailMessage
Creates a blank mail message.
Public methodMapiMailMessage(String)
Creates a new mail message with the specified subject.
Public methodMapiMailMessage(String, String)
Creates a new mail message with the specified subject and body.
Top
Properties
  NameDescription
Public propertyBody
Gets or sets the body of this mail message.
Public propertyDeleteFilesAfterSend
Gets or sets if delete the attachments after send mail.
Public propertyFiles
Gets the file list for this mail message.
Public propertyRecipients
Gets the recipient list for this mail message.
Public propertySubject
Gets or sets the subject of this mail message.
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 a hash function for a particular type.
(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 methodShow
Displays the mail message dialog synchronously.
Public methodShowDialog
Displays the mail message dialog asynchronously.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also