AddressType
Description:
[ CCode ( cprefix = "GMIME_ADDRESS_TYPE_" , has_type_id = false ) ]
public enum AddressType
Content:
Enum values:
- BCC - Represents the recipients in the Bcc
header.
- CC - Represents the recipients in the Cc
header.
- FROM - Represents the addresses in the From
header.
- REPLY_TO - Represents the addresses in
the Reply-To header.
- SENDER - Represents the addresses in the
Sender header.
- TO - Represents the recipients in the To
header.