|
||
typedef TUint TMsvEmailTypeList;
Type for email creation flags used in the aMsvEmailTypeList
parameter of CImEmailOperation
CImEmailOperation
functions.
KMsvEmailTypeListMHTMLMessage
KMsvEmailTypeListMHTMLMessage
Flags that a new message should be of MHTML type.KMsvEmailTypeListInvisibleMessage
KMsvEmailTypeListInvisibleMessage
Flags that a new message should be invisible. KMsvEmailTypeListMessageInPreparation
KMsvEmailTypeListMessageInPreparation
Flags that a new message should have the "in preparation" flag set. const TMsvEmailTypeList KMsvEmailTypeListMHTMLMessage=0x00000001;
Flags that a new message should be of MHTML type.
If this is not set, a plain-text message is created.
TMsvEmailTypeList
TMsvEmailTypeList
Type for email creation flags used in the aMsvEmailTypeList parameter of CImEma...const TMsvEmailTypeList KMsvEmailTypeListInvisibleMessage=0x00000002;
Flags that a new message should be invisible.
TMsvEmailTypeList
TMsvEmailTypeList
Type for email creation flags used in the aMsvEmailTypeList parameter of CImEma...const TMsvEmailTypeList KMsvEmailTypeListMessageInPreparation=0x00000004;
Flags that a new message should have the "in preparation" flag set.
TMsvEmailTypeList
TMsvEmailTypeList
Type for email creation flags used in the aMsvEmailTypeList parameter of CImEma...