TextBodyPartCollectionAdd Method
Adds a text body part to the collection.
Overload List
  NameDescription
Public methodCode exampleAdd(String)
Creates a new text body part of the specified content type and appends it to the collection.
Public methodCode exampleAdd(TextBodyPart)
Adds the specified TextBodyPart object to the collection.
Public methodCode exampleAdd(String, HeaderCollection, Boolean)
Creates a new text body part having the specified parameters and appends it to the collection.
Top
See Also