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.23341.1754
Syntax
public bool Add(
	IMail email
)

Parameters

email
Type: Limilabs.MailIMail
Email representing partial message.

Return Value

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