Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 6 - Types, Constants, and Global Functions / Types and Constants
Notebook


Address Field

The enumeration CDAddressField 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.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996