AddAttachmentBinary Method

AddAttachmentBinary(data As Blob, name As string, contentType(optional) As string)

AddAttachmentBinary(Blob data, string name, string contentType(optional));

Parameters

name type description
data Blob The data that will make up the attachment.
name string The name to call the attachment.
contentType(optional) string (optional) If not specified, extension on the name will be used to set the content type.

Description

Adds a blob as an attachment to the email.

You must add a name for the attachment.

Object

SMTPMail



We always want to hear your feedback. Send to feedback@toolsack.com.
© 2000-2001 Toolsack Software Ltd.