![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cMailMessage.h>
Public Member Functions | |
cMailTag (MAIL_TAG_TYPE eTag=MAIL_TAG_UNK, cStringA sVal="") noexcept | |
MAIL_TAG_TYPE | get_HashCode () const noexcept |
HRESULT | WriteTag (cStreamOutput *pOut) const |
Static Public Member Functions | |
static StrLen_t GRAYCALL | GetSizeWriteTag (MAIL_TAG_TYPE eTag, cStringA sTag) |
static HRESULT GRAYCALL | WriteTag (cStreamOutput *pOut, MAIL_TAG_TYPE eTag, cStringA sTag) |
Public Attributes | |
MAIL_TAG_TYPE | m_eTag |
What tag type? one of each per header. order is not important. More... | |
cStringA | m_sVal |
the value may be int,'string' or enum constant. More... | |
Static Public Attributes | |
static const char * | k_aszTags [MAIL_TAG_QTY+1] |
A single tag in the mail message header for POP or SMTP. similar to cHttpHeadTag
|
inlinenoexcept |
|
inlinenoexcept |
|
static |
HRESULT GrayLib::cMailTag::WriteTag | ( | cStreamOutput * | pOut | ) | const |
|
static |
Write GetSizeWriteTag
|
static |
MAIL_TAG_TYPE GrayLib::cMailTag::m_eTag |
What tag type? one of each per header. order is not important.
cStringA GrayLib::cMailTag::m_sVal |
the value may be int,'string' or enum constant.