SendEmailAttachmentsAdd Method

Attach a file to the email.

Definition

Namespace: Aliquo.Core.Tools
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public void AttachmentsAdd(
	string file,
	string fileName
)

Parameters

file  String
Location, including path, of the file.
fileName  String
Name that will appear to the recipient.

See Also