structSize
| Specifies the size of the UXDVIMOptions structure. You must initialize this member to be the size of whatever it is, for example, options.structSize = UXDVIMOptionsSize.
|
toList
| Specifies the pointer to the null-terminated string that contains the "To" list to which you want your e-mail message directed.
|
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.
|
bccList
| Specifies the pointer to the null-terminated string that contains the "Blind CC" list to which you want your e-mail message copied. This string will not appear on the message.
|
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.
|