MailBee.Mime Namespace |
Class | Description | |
---|---|---|
![]() ![]() | Attachment |
Provides properties and methods for constructing or examining a single attachment to the mail message.
|
![]() ![]() | AttachmentCollection |
Provides properties and methods for managing and examining the collection of Attachment objects.
|
![]() ![]() | EmailAddress |
Provides properties and methods used to parse, examine and construct a single e-mail address.
|
![]() ![]() | EmailAddressCollection |
Provides properties and methods for managing and examining the collection of the EmailAddress objects.
|
![]() ![]() | Header |
Provides properties for examining or setting the name or the value of a single field of the headers section
of a MIME part.
|
![]() ![]() | HeaderCollection |
Represents a collection of all the headers of a mail message or a MIME part.
|
![]() ![]() | MailMerge |
Provides properties and methods for creating customized messages based on a template.
|
![]() ![]() | MailMessage |
Provides properties and methods for constructing and examining a single e-mail message.
|
![]() ![]() | MailMessageCollection |
Provides properties and methods for managing and examining the collection of MailMessage objects.
|
![]() ![]() | MessageBuilderConfig |
Provides properties and methods which affect how the mail message is being built from
the MailMessage object properties and collections into the message raw data (in MIME format).
|
![]() ![]() | MessageParserConfig |
Provides properties and methods which affect how the mail message is being parsed
from the raw data (MIME source) into the MailMessage object properties and collections.
|
![]() ![]() | MimePart |
Represents a MIME part of the message.
|
![]() ![]() | MimePartCollection |
Provides properties and methods for examining the collection of MimePart objects.
|
![]() | StringConversionConfig |
Provides properties the developer can use to affect how the values of string properties of MailMessage and
dependent objects should be charset-converted when being returned to the application.
|
![]() ![]() | TextBodyPart |
Represents a text body of the message.
|
![]() ![]() | TextBodyPartCollection |
Provides properties and methods for managing and examining the collection of TextBodyPart objects.
|
![]() ![]() | TimeStamp |
Provides properties and methods for examining a time stamp representing a moment when the message
was received by a mail gateway or a mail server.
|
![]() ![]() | TimeStampCollection |
Provides properties and methods for examining the collection of TimeStamp objects.
|
Delegate | Description | |
---|---|---|
![]() | ReplaceUriWithCidHandler |
Defines the signature of a method supplied by the application in order to decide whether a particular URI in the HTML
being imported must be replaced with a CID and the corresponding resource be attached to the message.
|
Enumeration | Description | |
---|---|---|
![]() | AddressDelimeterChar |
Defines the available characters for delimiting e-mail addresses when building an e-mail address string.
|
![]() | AHRefTagAttributes |
Defines the available attributes of <A HREF> tags contained in HTML message body
which can be affected by cleanup process during parsing the message.
|
![]() | CharsetMetaTagProcessing |
Defines the available modes which affect processing of META tags
during parsing HTML body of the message.
|
![]() | HeaderEncodingOptions |
Defines the available options which affect how message headers are encoded with
mail transfer encodings such as Base64 or Quoted-Printable.
|
![]() | HtmlMessageAutoSaving |
Defines the available modes for automatic saving of the HTML body or related files of the message
into WorkingFolder location during parsing the message.
|
![]() | HtmlToPlainAutoConvert |
Defines the available modes which specify when HTML body of a message should automatically be converted into plain text during parsing of this message.
|
![]() | HtmlToPlainConvertOptions |
Defines the available flags which affect how HTML body of a message is converted into plain text.
|
![]() ![]() | HtmlToSimpleHtmlAutoConvert |
Defines the available modes which specify if HTML body of a message should be converted into simple HTML.
|
![]() | HtmlToSimpleHtmlConvertOptions |
Defines the available flags which affect how HTML body of a message should be converted into simple HTML.
|
![]() | ImportBodyOptions |
Defines the available flags for importing the body of the mail message from a file or URI via
LoadBodyText(String, MessageBodyType, Encoding, ImportBodyOptions) method.
|
![]() | ImportRelatedFilesOptions |
Defines the available flags which affect how files related to the HTML body of the mail message
are attached to the message by ImportRelatedFiles(ImportRelatedFilesOptions) method.
|
![]() | MailMergeTargets |
Defines mail message elements where patterns should be searched and replaced with actual values
during mail merge operation.
|
![]() | MailPriority |
Defines the available values for MailMessage.Priority property.
|
![]() | MailSensitivity |
Defines the available values for MailMessage.Sensitivity property.
|
![]() | MailTransferEncoding |
Defines the available values for the properties specifying mail transfer encoding for text parts or attachments of the message.
|
![]() | MessageBodyType |
Defines the available types of the mail message body being loaded with LoadBodyText(String, MessageBodyType) method.
|
![]() | MessageElements |
Defines a set of flags which specify message elements to be cleared by MailMessage.Clear method call.
|
![]() | MessageFolderBehavior |
Defines the available modes of maintaining the unique message folder associated with the mail message.
|
![]() | MimePartType |
Defines the available categories of MIME parts.
|
![]() | NewAttachmentOptions |
Defines the available flags affecting how a new Attachment object will be created by
Add(String, String, String, String, HeaderCollection, NewAttachmentOptions, MailTransferEncoding)
method and its overloads which accept options parameter.
|
![]() | PlainToHtmlAutoConvert |
Defines modes which specify the condition which triggers automatic conversion of the plain-text body
into HTML during parsing the message.
|
![]() | PlainToHtmlConvertOptions |
Defines the available flags affecting conversion of the plain-text body into HTML during parsing the message.
|
![]() | RelatedAlternativeMimePartNestingOrder |
Defines the available schemes how MIME parts are nested into each other when building an e-mail message.
|
![]() | StringConversionMode |
Defines the modes which specify if (and how) the values of string properties of MailMessage and
dependent objects should be charset-converted when being returned to the application.
|
![]() | TnefExtractionOptions |
Defines the available flags affecting which items to extract from a TNEF container (winmail.dat).
|
![]() | VirtualMappingType |
Defines the available modes which specify how the virtual paths should be generated by
GetHtmlAndSaveRelatedFiles(String, VirtualMappingType, MessageFolderBehavior)
method for inline attachments referenced in HTML body.
|