Email MethodsIpswitch.Messaging.Framework

The Email type exposes the following members.

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
See Also

Reference