Body |
public class BodyPartMultipart : BodyPart
The BodyPartMultipart type exposes the following members.
Name | Description | |
---|---|---|
BodyPartMultipart | Initializes a new instance of the BodyPartMultipart class. |
Name | Description | |
---|---|---|
BodyParts | Gets the child body parts. | |
ContentDisposition | Gets the Content-Disposition of the body part, if available. | |
ContentLanguage | Gets the Content-Language of the body part, if available. | |
ContentLocation | Gets the Content-Location of the body part, if available. | |
ContentType |
Gets the Content-Type of the body part.
(Inherited from BodyPart) | |
PartSpecifier |
Gets the part specifier.
(Inherited from BodyPart) |
Name | Description | |
---|---|---|
Accept |
Dispatches to the specific visit method for this MIME body part.
(Overrides BodyPartAccept(BodyPartVisitor)) | |
Encode |
Encodes the BodyPart into the StringBuilder.
(Overrides BodyPartEncode(StringBuilder)) | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ToString |
Returns a String that represents the current BodyPart.
(Inherited from BodyPart) |