|
|
AddAttachmentBinary(data As Blob, name As string, contentType(optional) As string)
AddAttachmentBinary(Blob data, string name, string contentType(optional));
| 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. |
Adds a blob as an attachment to the email.
You must add a name for the attachment.
We always want to hear your feedback. Send to feedback@toolsack.com.
© 2000-2001 Toolsack Software Ltd.