Important: The information in this document is obsolete and should not be used for new development.
Address Field
The enumerationCDAddressField
specifies possible values that can be passed to the MyNotebookAddressHandler programmer-defined function (page 194). These values specify the field of the mail message where the addresses should be placed.
enum CDAddressField { kToField = 1, kCCField, kBCCField };Constants of this type
- kToField
- Add the address to the "To:" field.
- kCCField
- Add the address to the "CC:" field.
- kBCCField
- Add the address to the "BCC:" field.