Message Members

Independentsoft MSG .NET

Message Members MSG .NET Class Library
The Message type exposes the following members.
Constructors

  NameDescription
Public methodMessage 
Initializes a new instance of the Message class.
Public methodMessage( Byte )
Initializes a new instance of the Message class.
Public methodMessage(Stream)
Initializes a new instance of the Message class.
Public methodMessage(String)
Initializes a new instance of the Message class.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetAttachments 
Gets the attachments.
Public methodGetAttachments(Boolean)
Gets the attachments.
Public methodGetBytes
Gets the bytes.
Public methodGetFileName
Gets the name of the file.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetStream
Gets the stream.
Public methodOnlineGetType
Gets the type of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOpen( Byte )
Opens the specified buffer.
Public methodOpen(Stream)
Opens the specified stream.
Public methodOpen(String)
Opens the specified file path.
Public methodSave(Stream)
Saves the specified stream.
Public methodSave(String)
Saves this message to the specified file.
Public methodSave(String, Boolean)
Saves this message to the specified file.
Public methodToString
Returns a OnlineString that represents this instance.
(Overrides OnlineObject ToString .)
Back to Top
Properties

  NameDescription
Public propertyBcc
Gets the BCC.
Public propertyBody
Gets or sets the body.
Public propertyBodyParts
Gets the body parts.
Public propertyCc
Gets the cc.
Public propertyComments
Gets or sets the comments.
Public propertyContentDescription
Gets or sets the content description.
Public propertyContentDisposition
Gets or sets the content disposition.
Public propertyContentID
Gets or sets the content identifier.
Public propertyContentLocation
Gets or sets the content location.
Public propertyContentTransferEncoding
Gets or sets the content transfer encoding.
Public propertyContentType
Gets or sets the type of the content.
Public propertyDate
Gets or sets the date.
Public propertyEmbeddedMessage
Gets or sets the embedded message.
Public propertyFrom
Gets or sets from.
Public propertyHeaderCharSet
Gets or sets the header character set.
Public propertyHeaderEncoding
Gets or sets the header encoding.
Public propertyHeaders
Gets the headers.
Public propertyInReplyTo
Gets or sets the in reply to.
Public propertyKeywords
Gets or sets the keywords.
Public propertyMessageID
Gets or sets the message identifier.
Public propertyMimeVersion
Gets or sets the MIME version.
Public propertyReferences
Gets or sets the references.
Public propertyReplyTo
Gets the reply to.
Public propertyResentDate
Gets or sets the resent date.
Public propertyResentFrom
Gets or sets the resent from.
Public propertyResentMessageID
Gets or sets the resent message identifier.
Public propertyResentSender
Gets or sets the resent sender.
Public propertyReturnPath
Gets or sets the return path.
Public propertySender
Gets or sets the sender.
Public propertySubject
Gets or sets the subject.
Public propertyTo
Gets to.
Back to Top
See Also