Name

enum _em_popup_target_attachments_t — EMPopupTargetAttachments qualifiers.

Synopsis

enum _em_popup_target_attachments_t {
  EM_POPUP_ATTACHMENTS_ONE,
  EM_POPUP_ATTACHMENTS_MANY
};  

Constants

EM_POPUP_ATTACHMENTS_ONE

There is one and only one attachment selected.

EM_POPUP_ATTACHMENTS_MANY

There is one or more attachments selected.

Description