MailMill COM 1.0 Documentation

MailAttachment object:
The MailAttachment object represents message attachments. To add a message attachment, create a new MailAttachment object, set the attachment properties or call the Load method, and finally add this attachment to the Mail.Attachments array throught the Mail.Attachments.Add method. To automatically create and load a new MailAttachment into the attachment array, pass a string file name to the Mail.Attachements.Add method.
COM Class:
MailMill.MailAttachment
Implented Interface:

IMailAttachment dual interface

Properties:
Name Description
Data Gets or sets the attachment file content.
Name Gets or sets the attachment file name.
Type Gets or sets the attachment content-type header.
Methods:
Name Description
Load Loads the attachment object from a file.
See also:
MailMill Component | Mail Object

 

Copyright © Active+ Software 2005 - All rights reserved