Email ClassIpswitch.Messaging.Framework
Encapsulates an email message
Inheritance Hierarchy

SystemObject
  Ipswitch.Messaging.FrameworkFrameworkFolderItem
    Ipswitch.Messaging.Framework.MailEmail
      Ipswitch.Messaging.Framework.MailReadReceiptResponse

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public class Email : FrameworkFolderItem

The Email type exposes the following members.

Constructors

  NameDescription
Public methodEmail
Default constructor
Top
Methods

  NameDescription
Public methodDelete
Deletes the message
Public methodDispose
Dispose of the object
(Overrides FrameworkFolderItemDispose.)
Public methodStatic memberEmailfromRfc822
Returns an Email object from the RFC822 Message contained in the given stream. Ensure that all code path's dispose of the returned Email.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetBodyLines
Returns the message body as a series of CRLF delimited lines
Public methodGetBodyStream
Returns the message body as a byte stream
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetHeaderLines
Returns the message header as a series of CRLF delimited lines
Public methodGetHeaderStream
Returns the message header as a byte stream
Public methodGetLines
Returns the message as a series of CRLF delimited lines
Public methodGetStream
Returns the message as a byte stream
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSave
Saves the Message flags to the mailbox file
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAttachments
The message attachments
Public propertyBcc
The BCC header
Public propertyBody
The body of the message
Public propertyBodySize
The message body size
Public propertyCC
The CC header
Public propertyContentType
The message content type
Public propertyDate
The value of the Date header for the message
Public propertyFlags
The message flags
Public propertyFolder
The containing email folder
Public propertyFrom
The From header
Public propertyHeaderSize
The message header size
Public propertyId
Gets a unique identifier for the message.
(Overrides FrameworkFolderItemId.)
Public propertyIndex
The one-based message index
Public propertyInReplyTo
The In-Reply-To header
Public propertyMeetingRequest
Public propertyMessageId
The Message-Id header
Public propertyMimeStructure
The MIME structure
Public propertyNotificationAddress
The Read-Receipt header
Public propertyParentFolder (Inherited from FrameworkFolderItem.)
Public propertyPriority
The email priority
Public propertyReceivedDate
The date the message was received
Public propertyReplyTo
The Reply-To header
Public propertySender
The Sender header
Public propertySize
The message size
Public propertySubject
The subject header
Public propertySubjectCharset
The character set of the subject
Public propertyTo
The To header
Public propertyUidl
The message UIDL
Public propertyUser
Top
See Also

Reference