Product Logo

SMTPit Pro

A Feature-rich Email plug-in

Functions

SMTPit_GetSendValue

NameSMTPit_GetSendValue
Description

This function retrieves values entered in the last Email Window or last email sent. It can be used for archiving the sent email. You can also use this function in concert with the “SMTPit_Send” function to send a message after the Email Window has been closed.

Return TypeText
FormatSMTPit_GetSendValue ( Which )
Required Parameters
Which

Which Send Value to retrieve. (Specify “To”, “CC”, “BCC”, “From”, “Subject”, “TextBody”, “HTMLBody”, “Attachment1”, “Attachment2”, “Attachment3”, “Attachments”, “InlineImages”, “Reply-To”, “Priority”, or “Message-ID”.)

Examples
Example 1

Returns something like "Test Message Subject"

SMTPit_GetSendValue( "Subject" )
Example 2

Returns something like "Joe Cool <Joe@cool.com>"

SMTPit_GetSendValue( "To" )