Helper Library for sending emails

MbcsMailSendAsync Method

Encapsulates the Chilkat.Mailman Send Async method

Definition

Namespace: MbcsMail
Assembly: MbcsMail (in MbcsMail.dll) Version: 1.0.0.1 (1.0.0.1)
C#
public bool SendAsync(
	ref Task task
)

Parameters

task  Task

[Missing <param name="task"/> documentation for "M:MbcsMail.MbcsMail.SendAsync(Chilkat.Task@)"]

Return Value

Boolean
Result as SendResult of operation

Remarks

Sets up the authentication and interaction types, adds address collections to message object. Then calls the parent class send method

See Also