BodyPart Members | MSG .NET Class Library |
The BodyPart type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | BodyPart |
Initializes a new instance of the BodyPart class.
|
![]() | BodyPart(Attachment) |
Initializes a new instance of the BodyPart 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 ![]() |
![]() | GetBytes |
Gets the bytes.
|
![]() | ![]() | 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 ![]() ![]() |
![]() | Save(Stream) |
Saves the specified stream.
|
![]() | Save(String) |
Saves the specified file path.
|
![]() | Save(String, Boolean) |
Saves the specified file path.
|
![]() | ToString |
Returns a (Overrides ![]() ![]() |
Properties
Name | Description | |
---|---|---|
![]() | Body |
Gets or sets the body.
|
![]() | BodyParts |
Gets the body parts.
|
![]() | 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.
|
![]() | EmbeddedMessage |
Gets or sets the embedded message.
|
![]() | HeaderCharSet |
Gets or sets the header character set.
|
![]() | HeaderEncoding |
Gets or sets the header encoding.
|
![]() | Headers |
Gets the headers.
|
See Also