structSize
| Specifies the size of the UXDMAPIOptions structure. You must initialize this member to be the size of whatever it is, for example, options.structSize = UXDMAPIOptionsSize.
|
toList
| Specifies the pointer to the null-terminated string that contains the "To" list to which you want your e-mail message directed. If you specify "recipients" in this structure, "toList" is ignored.
|
ccList
| Specifies the pointer to the null-terminated string that contains the "CC" list to which you want your e-mail message copied. This string will appear on the message. If you specify "recipients" in this structure, "ccList" is ignored.
|
subject
| Specifies the pointer to the null-terminated string you want to appear as the subject line in the e-mail message.
|
message
| Specifies the pointer to the null-terminated string you want to appear as the body of your e-mail message.
|