SendEmailToBcc(Object, Object) Method

Recipient with blind copy of the email, for multiple accounts separate them with ';'.

Definition

Namespace: Aliquo.Core.Tools
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public void ToBcc(
	Object email,
	Object name = null
)

Parameters

email  Object
List of emails separated by ';'.
name  Object  (Optional)
Recipient's name.

See Also