Properties (Dundas Mailer Control 1.0)

Dundas

Dundas Mailer Control 1.0 Properties

Copyright © Dundas Software Ltd. 2000, All Rights Reserved.

Overview | Properties | Methods


Body

The text-based body of the email. Not used with the QuickSend method.

BodyCharSet

The character set to be used for the email's text-based body.

ConfirmRead

If this is set to TRUE and the recipient's server supports this feature then a confirmation email will be sent to the supplied From address when the email is read by the recipient.

FromAddress

The email address of the person sending the email.

FromName

The name of the email sender. This is the name which sometimes appears before the email address of the sender in the From field.

HtmlBody

Use this property to specify the body of the email in html format. Not used with the QuickSend method.

HtmlBodyCharSet

The character set to be used for the email's html-based body.

Organization

The organization sending the email.

Priority

The priority rating of the email.

ReturnReceipt

If this is set to TRUE and the recipient's server supports this feature then a confirmation email will be sent to the supplied From address when the email is retrieved by the recipient.

Subject

The subject field of the email. Not used with the QuickSend method.

TimeOutConnect

The connection time out value.

TimeOutReceive

The receive time out value.

TimeOutSend

The send time out value.

 

 

 

Collection Properties

 

Attachments

Collection of Attachment objects, specifying the attachments to be sent with the email (not used by the QuickSend method).

CustomHeaders

Collection of CustomHeader objects, specifying the custom headers to be added to the email (not used by the QuickSend method).

DNSServers

Collection of DNSServer objects, specifying the DNS server(s) to be used. Improves the speed and efficiency of the mail operation.

HtmlEmbeddedObjs

Collection of HtmlEmbeddedObj objects, specifying the objects which are embedded into the HtmlBody of the email. Not used by the QuickSend method.

SMTPRelayServers

Collection of SMTPRelayServer objects, specifying the SMTP server(s) to be used. Improves the speed and efficiency of the mail operation. If no SMTP servers are used then the email is sent using DirectSend.

TOs

Collection of Address objects, specifying the recipients of the email (not used by the QuickSend method).

CCs

Collection of Address objects. This specifies the CC recipients of the email. Not used by the QuickSend method.

BCCs

Collection of Address objects. This specifies the BCC recipients of the email. Not used by the QuickSend method.

ReplyTOs

Collection of Address objects. This specifies the addresses to be used for message replies. Not used by the QuickSend method.