Name

enum _em_popup_target_t — A list of mail popup target types.

Synopsis

enum _em_popup_target_t {
  EM_POPUP_TARGET_SELECT,
  EM_POPUP_TARGET_URI,
  EM_POPUP_TARGET_PART,
  EM_POPUP_TARGET_FOLDER,
  EM_POPUP_TARGET_ATTACHMENTS
};  

Constants

EM_POPUP_TARGET_SELECT

A selection of messages.

EM_POPUP_TARGET_URI

A URI.

EM_POPUP_TARGET_PART

A CamelMimePart message part.

EM_POPUP_TARGET_FOLDER

A folder URI.

EM_POPUP_TARGET_ATTACHMENTS

A list of attachments.

Description

Defines the value of the targetid for all EMPopup target types.

Description

Defines the value of the targetid for all EMPopup target types.