Email object properties

  • Body. Specifies the body text of the email message.
  • IsHTML. Sets a format for the email message.
  • Subject. Sets the email message subject.
  • Priority. Sets the email message priority.
  • Recipients. Gets the recipients of the email message specified in the To field.
  • SenderName. Gets or sets the name of the email sender.
  • SenderAddress. Gets or sets the email address of the sender.
  • DeliveryTime. Specifies the time and date when the email message was delivered to the inbox.
  • Attachments. Gets the email message attachments.
  • BCC. Gets the email addresses in the BCC field of the email message.
  • CC. Gets the email addresses in the CC field of the email message.