Dacons LLP Mailit for C/C++ Version 1.0.8

EmaiBodySectionData Struct Reference

EmaiBodySectionData is used as a member of EmaiFetchResponse structure, which is returned by the server for FETCH command.
. More...

#include <EmaiIMAP.h>

List of all members.

Public Attributes

EmaiConstUniCharPtr section
EmaiUint32 dataOrigin
EmaiConstCharPtr data
EmaiUint32 dataLength


Detailed Description

EmaiBodySectionData is used as a member of EmaiFetchResponse structure, which is returned by the server for FETCH command.
.

The FETCH response returns data about a message to the client. The data are pairs of data item names and their values in parentheses. This response occurs as the result of a FETCH or STORE command, as well as by unilateral server decision (e.g., flag updates).

For details see the RFC 3501 section 7.4.2.

See also:
EmaiFetchResponse

EmaiEnumImapUndefinedOriginValue

Definition at line 810 of file EmaiIMAP.h.


Member Data Documentation

section name

Definition at line 813 of file EmaiIMAP.h.

section origin, it is set to EmaiUndefinedOriginValue if absent in response

Definition at line 816 of file EmaiIMAP.h.

section data

Definition at line 820 of file EmaiIMAP.h.

section data length

Definition at line 823 of file EmaiIMAP.h.


The documentation for this struct was generated from the following file: