
Sets the From address of a EmailMessage

Message – the EmailMessage that will be used.
From – the From email address that will be set.
Profit Tiger Systems Help Documentation
Just another WordPress site
Sets the From address of a EmailMessage
Message – the EmailMessage that will be used.
From – the From email address that will be set.
Gets the from email address in a EmailMessage.
Message – the EmailMessage that will be used to retrieve the from address.
Result – returns the from email address.
Retrieves the Subject text from an EmailMessage.
Message – the EmailMessage that has the Subject to be retrieved.
Result – returns the Subject text.
Sets the subject of a email message.
Message – the EmailMessage that will be used.
Subject – the Subject of the EmailMessage.
Returns the total number of header fields in a email message.
Click the Click for Options link to bring up the Options dialog.
Message – the EmailMessage being used.
Result – returns the total number of header fields.
Returns the header field name at a specific index.
Click the Click for Options link to bring up the Options dialog.
Message – the EmailMessage being used.
Index – the index of the header field.
Result – the name of the header field at the specific index.
Returns the value for a specific email header field.
Click the Click for Options link to bring up the Options dialog.
Field – the header field name.
Result – returns the value of the header field.
Returns the Email Header for a given email.
Click the Click for Options link to bring up the Options dialog.
Message – the EmailMessage being used.
Result – returns the email header.
Removes all attachments in a email message.
Click the Click for Options link to bring up the Options dialog.
Message – the EmailMessage being used.
Removes an individual attachment from a email message.
Click the Click for Options link to bring up the Options dialog.
Message – the EmailMessage being used.
Index – the index of the attachment to be removed.
Result – returns a true if successfully remove, false if it was not.