BodyPart Members

Independentsoft MSG .NET

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

  NameDescription
Public methodBodyPart 
Initializes a new instance of the BodyPart class.
Public methodBodyPart(Attachment)
Initializes a new instance of the BodyPart 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 methodGetBytes
Gets the bytes.
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 methodSave(Stream)
Saves the specified stream.
Public methodSave(String)
Saves the specified file path.
Public methodSave(String, Boolean)
Saves the specified file path.
Public methodToString
Returns a OnlineString that represents this instance.
(Overrides OnlineObject ToString .)
Back to Top
Properties

  NameDescription
Public propertyBody
Gets or sets the body.
Public propertyBodyParts
Gets the body parts.
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 propertyEmbeddedMessage
Gets or sets the embedded message.
Public propertyHeaderCharSet
Gets or sets the header character set.
Public propertyHeaderEncoding
Gets or sets the header encoding.
Public propertyHeaders
Gets the headers.
Back to Top
See Also