Adds a body part to the end of the list of body parts.
Namespace: NI.Email.Mime.MessageAssembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
public void AddBodyPart(
BodyPart bodyPart
)
public void AddBodyPart(
BodyPart bodyPart
)
Public Sub AddBodyPart (
bodyPart As BodyPart
)
Public Sub AddBodyPart (
bodyPart As BodyPart
)
public:
void AddBodyPart(
BodyPart^ bodyPart
)
public:
void AddBodyPart(
BodyPart^ bodyPart
)
member AddBodyPart :
bodyPart : BodyPart -> unit
member AddBodyPart :
bodyPart : BodyPart -> unit