ADDRESSFORMAT enumeration

Do not use. Used by the GetFormat method to specify the format of a text-based representation of an address string.

Syntax

typedef enum tagADDRESSFORMAT { 
  AFT_DISPLAY_FRIENDLY  = 0,
  AFT_DISPLAY_EMAIL     = 1,
  AFT_DISPLAY_BOTH      = 2,
  AFT_RFC822_DECODED    = 3,
  AFT_RFC822_ENCODED    = 4,
  AFT_RFC822_TRANSMIT   = 5
} ACCESSTYPE;

Constants

AFT_DISPLAY_FRIENDLY

Display only with friendly names of the addresses, for example, "Jo Brown; Mikael Sandberg".

AFT_DISPLAY_EMAIL

Display only with friendly email addresses, for example, "jobrown@example.com; mikaelsandberg@example.com".

AFT_DISPLAY_BOTH

Display with both the friendly names and email addresses, for example, "Jo Brown <jobrown@example.com>; Mikael Sandberg <mikaelsandberg@example.com>".

AFT_RFC822_DECODED

Display formatted according to the RFC822 standard. The friendly names are not encoded.

AFT_RFC822_ENCODED

Display formatted according to the RFC822 standard.

AFT_RFC822_TRANSMIT

Display formatted according to the RFC822 standard. The string can be wrapped to avoid exceeding the maximum line length.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
Header
Mimeole.h
IDL
Mimeole.idl