Outlook > Rules and Alerts > Run a script
CDO
[wikipedia]
[summary]
useful websites
how do I...?
user-facing column names ⇒ API properties
| From | item.ReceivedOnBehalfOfName |
|---|---|
| To | item.To
item.Recipients item.ReceivedByName |
| Reply to | item.ReplyRecipientNames |
| Subject | item.Subject |
| Body | item.ItemProperties("HTMLBody") |
|
extra data to the user |
|
| Mileage | item.Mileage
|
| Billing Information | item.BillingInformation |
| BCC | item.BCC
For messages that someone else sent to me, this should be by definition blank. So we can reappropriate it. |
| Company | item.Companies |
If you make changes to any fields, remember to call item.Save afterwards.
Property-related APIs: