Message Members | MSG .NET Class Library |
The Message type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Message |
Initializes a new instance of the Message class.
|
![]() | Message( Byte ) |
Initializes a new instance of the Message class.
|
![]() | Message(Stream) |
Initializes a new instance of the Message class.
|
![]() | Message(String) |
Initializes a new instance of the Message class.
|
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | GetAttachments |
Gets the attachments.
|
![]() | GetAttachments(Boolean) |
Gets the attachments.
|
![]() | GetBytes |
Gets the bytes.
|
![]() | GetFileName |
Gets the name of the file.
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | GetStream |
Gets the stream.
|
![]() | ![]() | Gets the type of the current instance. (Inherited from ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Open( Byte ) |
Opens the specified buffer.
|
![]() | Open(Stream) |
Opens the specified stream.
|
![]() | Open(String) |
Opens the specified file path.
|
![]() | Save(Stream) |
Saves the specified stream.
|
![]() | Save(String) |
Saves this message to the specified file.
|
![]() | Save(String, Boolean) |
Saves this message to the specified file.
|
![]() | ToString |
Returns a (Overrides ![]() ![]() |
Properties
Name | Description | |
---|---|---|
![]() | Bcc |
Gets the BCC.
|
![]() | Body |
Gets or sets the body.
|
![]() | BodyParts |
Gets the body parts.
|
![]() | Cc |
Gets the cc.
|
![]() | Comments |
Gets or sets the comments.
|
![]() | ContentDescription |
Gets or sets the content description.
|
![]() | ContentDisposition |
Gets or sets the content disposition.
|
![]() | ContentID |
Gets or sets the content identifier.
|
![]() | ContentLocation |
Gets or sets the content location.
|
![]() | ContentTransferEncoding |
Gets or sets the content transfer encoding.
|
![]() | ContentType |
Gets or sets the type of the content.
|
![]() | Date |
Gets or sets the date.
|
![]() | EmbeddedMessage |
Gets or sets the embedded message.
|
![]() | From |
Gets or sets from.
|
![]() | HeaderCharSet |
Gets or sets the header character set.
|
![]() | HeaderEncoding |
Gets or sets the header encoding.
|
![]() | Headers |
Gets the headers.
|
![]() | InReplyTo |
Gets or sets the in reply to.
|
![]() | Keywords |
Gets or sets the keywords.
|
![]() | MessageID |
Gets or sets the message identifier.
|
![]() | MimeVersion |
Gets or sets the MIME version.
|
![]() | References |
Gets or sets the references.
|
![]() | ReplyTo |
Gets the reply to.
|
![]() | ResentDate |
Gets or sets the resent date.
|
![]() | ResentFrom |
Gets or sets the resent from.
|
![]() | ResentMessageID |
Gets or sets the resent message identifier.
|
![]() | ResentSender |
Gets or sets the resent sender.
|
![]() | ReturnPath |
Gets or sets the return path.
|
![]() | Sender |
Gets or sets the sender.
|
![]() | Subject |
Gets or sets the subject.
|
![]() | To |
Gets to.
|
See Also