Name

struct _EMPopupTargetPart — A Camel object.

Synopsis

struct _EMPopupTargetPart {
  EPopupTarget target;
  char * mime_type;
  struct _CamelMimePart * part;
};  

Members

target

Superclass.

mime_type

MIME type of the part. This may be a calculated type not matching the part's MIME type.

part

A CamelMimePart representing a message or attachment.

Description

Used to represent a message part as context for a popup menu. This is used for both attachments and inline-images.

Description

Used to represent a message part as context for a popup menu. This is used for both attachments and inline-images.