Click or drag to resize

PartialMailJoinerAdd Method

Adds email part (MessagePartial) to be joined.

Namespace: Limilabs.Mail.Tools
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public bool Add(
	IMail email
)

Parameters

email  IMail
Email representing partial message.

Return Value

Boolean
True if all parts where added and messages can be joined using Join method, false otherwise.
See Also