Multipart.AddBodyPart Method 

Adds a body part to the end of the list of body parts.

public void AddBodyPart(
   BodyPart bodyPart
);

Parameters

bodyPart
the body part.

See Also

Multipart Class | NI.Email.Mime.Message Namespace