Helper Library for sending emails

MbcsMailSend Method

Encapsulates the Chilkat.Mailman Send method

Definition

Namespace: MbcsMail
Assembly: MbcsMail (in MbcsMail.dll) Version: 1.0.0.1 (1.0.0.1)
C#
public bool Send(
	[OptionalAttribute] decimal MaxSize
)

Parameters

MaxSize  Decimal  (Optional)

[Missing <param name="MaxSize"/> documentation for "M:MbcsMail.MbcsMail.Send(System.Decimal)"]

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