Click or drag to resize
MimeKit

MultipartAdd Method

Add an entity to the multipart.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void Add(
	MimeEntity entity
)

Parameters

entity  MimeEntity
The MIME entity to add.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionentity is null.
ObjectDisposedException The Multipart has been disposed.
Remarks
Adds the specified part to the multipart.
See Also