SendEmailAttachmentsAdd Method
Attach a file to the email.
Namespace: Aliquo.Core.ToolsAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public void AttachmentsAdd(
string file,
string fileName
)
Public Sub AttachmentsAdd (
file As String,
fileName As String
)
Parameters
- file String
- Location, including path, of the file.
- fileName String
- Name that will appear to the recipient.