EmailHeaders

From Real Software Documentation

Jump to: navigation, search
Class (inherits from InternetHeaders)

Used to hold the headers for an email.


Changed 5.5

Please refer to InternetHeaders for descriptions of this class’s methods.


Methods
AppendHeader SetHeader
CommaSeparatedValues SetHeader
Count Source
Delete Source
Delete Value
DeleteAllHeaders Value
Name Value
NameCount


Examples

The following sets the header of an outgoing email.

Dim mail as EmailMessage
mail=New EmailMessage
mail.headers.AppendHeader "X-Mailer","Real Studio SMTPSocket Demo"


See Also

EmailAttachment, EmailMessage, InternetHeaders, POP3SecureSocket, POP3Socket, SMTPSecureSocket, SMTPSocket, SocketCore, SSLSocket, TCPSocket classes.

Personal tools