Public Instance Constructors

BodyPart Constructor Constructor to do some initialization

Public Instance Properties

Content When implemented by a class, gets or sets the content for this part.
ContentType When implemented by a class, gets or sets the content type associated with this part.
Description When implemented by a class, gets or sets the description for this part.
Disposition When implemented by a class, gets or sets the content-disposition for this part.
Filename When implemented by a class, gets or sets the filename associated with this part, if any.
Headers When implemented by a class, gets or sets the headers.
Parent Returns the parent Multipart for this part, if any. Returns null otherwise.
Size When implemented by a class, gets the siz of content.

Public Instance Methods

Equals (inherited from Object)Select the method name to go to the Microsoft documentation.
GetHashCode (inherited from Object)Select the method name to go to the Microsoft documentation.
GetType (inherited from Object)Select the method name to go to the Microsoft documentation.
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.
Write When implemented by a class, writes the content to the writer.

Protected Instance Properties

PartState

Protected Instance Methods

Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.

Protected Internal Instance Properties

ParentProperty Gets or sets the parent Multipart associated.

See Also

BodyPart Class | CSMail Namespace | Multipart | IPart