Click or drag to resize
MimeKit

BodyPartCollectionAdd Method

Add the specified body part to the collection.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public void Add(
	BodyPart part
)

Parameters

part  BodyPart
The body part.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionpart is null.
Remarks
Adds the specified body part to the collection.
See Also