Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: VTOKEN.H

VTOKEN.H Global variables


KVersitTokenColon

const TLitC8< sizeof(":") KVersitTokenColon;

Description

A colon string.

[Top]


KVersitTokenColonUnicode

const TLitC< sizeof(L":")/2 KVersitTokenColonUnicode;

Description

A Unicode colon string.

[Top]


KVersitTokenSemiColon

const TLitC8< sizeof(";") KVersitTokenSemiColon;

Description

A semi-colon string.

[Top]


KVersitTokenSemiColonUnicode

const TLitC< sizeof(L";")/2 KVersitTokenSemiColonUnicode;

Description

A Unicode semi-colon string.

[Top]


KVersitBackSlash

const TLitC8< sizeof("\\") KVersitBackSlash;

Description

A backslash string (escaped).

[Top]


KVersitEscapedSemiColon

const TLitC8< sizeof("\\;") KVersitEscapedSemiColon;

Description

An escaped semi-colon string.

[Top]


KVersitEscapedSemiColonUnicode

const TLitC< sizeof(L"\\;")/2 KVersitEscapedSemiColonUnicode;

Description

An escaped Unicode semi-colon string.

[Top]


KVersitTokenEquals

const TLitC8< sizeof("=") KVersitTokenEquals;

Description

An equals sign string.

[Top]


KVersitTokenPeriod

const TLitC8< sizeof(".") KVersitTokenPeriod;

Description

A full stop string.

[Top]


KVersitTokenSpace

const TLitC8< sizeof("") KVersitTokenSpace;

Description

A space string.

[Top]


KVersitTokenMinus

const TLitC8< sizeof("-") KVersitTokenMinus;

Description

A minus sign string.

[Top]


KVersitTokenPlus

const TLitC8< sizeof("+") KVersitTokenPlus;

Description

A plus sign string.

[Top]


KVersitLineBreak

const TLitC8< sizeof("\r\n") KVersitLineBreak;

Description

A line break string.

[Top]


KVersitTimePeriodBegin

const TLitC8< sizeof("P") KVersitTimePeriodBegin;

Description

The string used at the start of a time interval string.

[Top]


KVersitTimePeriodYear

const TLitC8< sizeof("Y") KVersitTimePeriodYear;

Description

The string appended to the number of years when encoding a time interval.

[Top]


KVersitTimePeriodMonth

const TLitC8< sizeof("M") KVersitTimePeriodMonth;

Description

The string appended to the number of months when encoding a time interval.

[Top]


KVersitTimePeriodWeek

const TLitC8< sizeof("W") KVersitTimePeriodWeek;

Description

Not used.

[Top]


KVersitTimePeriodDay

const TLitC8< sizeof("D") KVersitTimePeriodDay;

Description

The string appended to the number of days when encoding a time interval.

[Top]


KVersitTimePeriodTime

const TLitC8< sizeof("T") KVersitTimePeriodTime;

Description

The string added before the time of day when encoding a Versit date/time.

Also the string added before the time of day when encoding a time interval.

[Top]


KVersitTimePeriodHour

const TLitC8< sizeof("H") KVersitTimePeriodHour;

Description

The string appended to the hour value when encoding a time interval.

[Top]


KVersitTimePeriodMinute

const TLitC8< sizeof("M") KVersitTimePeriodMinute;

Description

The string appended to the minutes value when encoding a time interval.

[Top]


KVersitTimePeriodSecond

const TLitC8< sizeof("S") KVersitTimePeriodSecond;

Description

The string appended to the seconds value when encoding a time interval.

[Top]


KVersitTokenUniversalTime

const TLitC8< sizeof("Z") KVersitTokenUniversalTime;

Description

The string appended to a date/time when encoding a Versit date/time, if the value is in universal time.

[Top]


KVersitTokenColonVal

const TUint KVersitTokenColonVal;

Description

A colon character.

[Top]


KVersitTokenSemiColonVal

const TUint KVersitTokenSemiColonVal;

Description

A semi-colon character.

[Top]


KVersitTokenBackslashVal

const TUint KVersitTokenBackslashVal;

Description

A backslash character.

[Top]


KVersitTokenEqualsVal

const TUint KVersitTokenEqualsVal;

Description

An equals sign character.

[Top]


KVersitTokenPeriodVal

const TUint KVersitTokenPeriodVal;

Description

A full stop character.

[Top]


KVersitTokenCommaVal

const TUint KVersitTokenCommaVal;

Description

A comma character.

[Top]


KVersitTokenLSquareBracketVal

const TUint KVersitTokenLSquareBracketVal;

Description

A left square bracket character.

[Top]


KVersitTokenRSquareBracketVal

const TUint KVersitTokenRSquareBracketVal;

Description

A right square bracket character.

[Top]


KVersitTokenMinusVal

const TUint KVersitTokenMinusVal;

Description

A minus sign character.

[Top]


KVersitTokenPlusVal

const TUint KVersitTokenPlusVal;

Description

A plus sign character.

[Top]


KVersitTokenYenVal

const TUint KVersitTokenYenVal;

Description

A Yen character: the escape character for the 'ShiftJis' character set.

[Top]


KVersitTimePeriodBeginVal

const TUint KVersitTimePeriodBeginVal;

Description

The character at the beginning of a time interval string.

[Top]


KVersitTimePeriodYearVal

const TUint KVersitTimePeriodYearVal;

Description

The character following the number of years in a time interval string.

[Top]


KVersitTimePeriodMonthVal

const TUint KVersitTimePeriodMonthVal;

Description

The character following the number of months in a time interval string.

[Top]


KVersitTimePeriodWeekVal

const TUint KVersitTimePeriodWeekVal;

Description

The character following the number of weeks in a time interval string.

[Top]


KVersitTimePeriodDayVal

const TUint KVersitTimePeriodDayVal;

Description

The character following the number of days in a time interval string.

[Top]


KVersitTimePeriodTimeVal

const TUint KVersitTimePeriodTimeVal;

Description

The character preceding a length of day (hours,minutes and seconds) in a time interval string.

Also the character preceding the time of day in a date/time string.

[Top]


KVersitTimePeriodHourVal

const TUint KVersitTimePeriodHourVal;

Description

The character following the number of hours in a time interval string.

[Top]


KVersitTimePeriodMinuteVal

const TUint KVersitTimePeriodMinuteVal;

Description

The character following the number of minutes in a time interval string.

[Top]


KVersitTimePeriodSecondVal

const TUint KVersitTimePeriodSecondVal;

Description

The character following the number of seconds in a time interval string.

[Top]


KVersitTokenUniversalTimeVal

const TUint KVersitTokenUniversalTimeVal;

Description

The character at the end of a universal date/time string.

[Top]


KVersitRecurrenceDailyVal

const TUint KVersitRecurrenceDailyVal;

Description

The character at the start of a daily recurring entity string.

[Top]


KVersitRecurrenceWeeklyVal

const TUint KVersitRecurrenceWeeklyVal;

Description

The character at the start of a weekly recurring entity string.

[Top]


KVersitRecurrenceNumberOfVal

const TUint KVersitRecurrenceNumberOfVal;

Description

The character which precedes the number of recurrences, when specified, in a recurring entity.

[Top]


KVersitRecurrenceMonthlyByPos

const TLitC< sizeof(L"MP")/2 KVersitRecurrenceMonthlyByPos;

Description

The string at the beginning of a 'monthly by position' recurring entity (see CVersitRecurrenceMonthlyByPos). Used when internalising.

[Top]


KVersitRecurrenceMonthlyByDay

const TLitC< sizeof(L"MD")/2 KVersitRecurrenceMonthlyByDay;

Description

Not used.

[Top]


KVersitRecurrenceYearlyByMonth

const TLitC< sizeof(L"YM")/2 KVersitRecurrenceYearlyByMonth;

Description

Not used.

[Top]


KVersitRecurrenceYearlyByDay

const TLitC< sizeof(L"YD")/2 KVersitRecurrenceYearlyByDay;

Description

The string at the beginning of a 'yearly by day' recurring entity, (see CVersitRecurrenceYearlyByDay). Used when internalising.

[Top]


KVersitRecurrenceMonday

const TLitC< sizeof(L"MO")/2 KVersitRecurrenceMonday;

Description

A string in the date list (if a date list is defined) of an entity that recurs either weekly or 'monthly by position' on Mondays. Used when internalising.

[Top]


KVersitRecurrenceTuesday

const TLitC< sizeof(L"TU")/2 KVersitRecurrenceTuesday;

Description

A string in the date list (if a date list is defined) of an entity that recurs either weekly or 'monthly by position' on Tuesdays. Used when internalising.

[Top]


KVersitRecurrenceWednesday

const TLitC< sizeof(L"WE")/2 KVersitRecurrenceWednesday;

Description

A string in the date list (if a date list is defined) of an entity that recurs either weekly or 'monthly by position' on Wednesdays. Used when internalising.

[Top]


KVersitRecurrenceThursday

const TLitC< sizeof(L"TH")/2 KVersitRecurrenceThursday;

Description

A string in the date list (if a date list is defined) of an entity that recurs either weekly or 'monthly by position' on Thursdays. Used when internalising.

[Top]


KVersitRecurrenceFriday

const TLitC< sizeof(L"FR")/2 KVersitRecurrenceFriday;

Description

A string in the date list (if a date list is defined) of an entity that recurs either weekly or 'monthly by position' on Fridays. Used when internalising.

[Top]


KVersitRecurrenceSaturday

const TLitC< sizeof(L"SA")/2 KVersitRecurrenceSaturday;

Description

A string in the date list (if a date list is defined) of an entity that recurs either weekly or 'monthly by position' on Saturdays. Used when internalising.

[Top]


KVersitRecurrenceSunday

const TLitC< sizeof(L"SU")/2 KVersitRecurrenceSunday;

Description

A string in the date list (if a date list is defined) of an entity that recurs either weekly or 'monthly by position' on Sundays. Used when internalising.

[Top]


KVersitRecurrenceLastDay

const TLitC< sizeof(L"LD")/2 KVersitRecurrenceLastDay;

Description

The string appended to the 'occurrence list' section of an entity that recurs on the last day of the month. Used when internalising.

[Top]


KVersitRecurrenceDaily

const TLitC8< sizeof("D") KVersitRecurrenceDaily;

Description

The string used at the start of a daily recurring entity.

[Top]


KVersitRecurrenceWeekly

const TLitC8< sizeof("W") KVersitRecurrenceWeekly;

Description

The string used at the start of a weekly recurring entity.

[Top]


KVersitRecurrenceNumberOf

const TLitC8< sizeof("#") KVersitRecurrenceNumberOf;

Description

The string appended just before the number of occurrences, when encoding a recurring entity as a descriptor.

[Top]


KVersitRecurrenceMonthlyByPos8

const TLitC8< sizeof("MP") KVersitRecurrenceMonthlyByPos8;

Description

The string used at the start of a 'monthly by position' recurring entity, (see CVersitRecurrenceMonthlyByPos). Used when externalising.

[Top]


KVersitRecurrenceMonthlyByDay8

const TLitC8< sizeof("MD") KVersitRecurrenceMonthlyByDay8;

Description

Not used.

[Top]


KVersitRecurrenceYearlyByMonth8

const TLitC8< sizeof("YM") KVersitRecurrenceYearlyByMonth8;

Description

Not used.

[Top]


KVersitRecurrenceYearlyByDay8

const TLitC8< sizeof("YD") KVersitRecurrenceYearlyByDay8;

Description

The string used at the start of a 'yearly by day' recurring entity, (see CVersitRecurrenceYearlyByDay). Used when externalising.

[Top]


KVersitRecurrenceMonday8

const TLitC8< sizeof("MO") KVersitRecurrenceMonday8;

Description

The string appended to the 'occurrence list' section of an entity that recurs on Mondays. Used when externalising.

[Top]


KVersitRecurrenceTuesday8

const TLitC8< sizeof("TU") KVersitRecurrenceTuesday8;

Description

The string appended to the 'occurrence list' section of an entity that recurs on Tuesdays. Used when externalising.

[Top]


KVersitRecurrenceWednesday8

const TLitC8< sizeof("WE") KVersitRecurrenceWednesday8;

Description

The string appended to the 'occurrence list' section of an entity that recurs on Wednesdays. Used when externalising.

[Top]


KVersitRecurrenceThursday8

const TLitC8< sizeof("TH") KVersitRecurrenceThursday8;

Description

The string appended to the 'occurrence list' section of an entity that recurs on Thursdays. Used when externalising.

[Top]


KVersitRecurrenceFriday8

const TLitC8< sizeof("FR") KVersitRecurrenceFriday8;

Description

The string appended to the 'occurrence list' section of an entity that recurs on Fridays. Used when externalising.

[Top]


KVersitRecurrenceSaturday8

const TLitC8< sizeof("SA") KVersitRecurrenceSaturday8;

Description

The string appended to the 'occurrence list' section of an entity that recurs on Saturdays. Used when externalising.

[Top]


KVersitRecurrenceSunday8

const TLitC8< sizeof("SU") KVersitRecurrenceSunday8;

Description

The string appended to the 'occurrence list' section of an entity that recurs on Sundays. Used when externalising.

[Top]


KVersitRecurrenceLastDay8

const TLitC8< sizeof("LD") KVersitRecurrenceLastDay8;

Description

The string appended to the 'occurrence list' section of an entity that recurs on the last day of the month. Used when externalising.

[Top]


KVersitTokenBEGIN

const TLitC8< sizeof("BEGIN") KVersitTokenBEGIN;

Description

The string at the start of an entity encoded in a stream.

This is implemented as the name of a property, but this property is not stored in the entity's array of properties.

[Top]


KVersitVarTokenBEGIN

const TLitC< sizeof(L"BEGIN")/2 KVersitVarTokenBEGIN;

Description

The string at the start of an agent vCard entity encoded in a stream.

The reason for needing a Unicode version, is that the agent vCard is held in a property value in the parent vCard, and all property values are converted to Unicode when they are internalised, in order to make them character set-independent.

This is implemented as the name of a property, but this property is not stored in the entity's array of properties.

[Top]


KVersitTokenEND

const TLitC8< sizeof("END") KVersitTokenEND;

Description

The string which follows the body of data of a vCard/vCalendar encoded in a stream. It is followed only by the entity name.

This is implemented as the name of a property, but this property is not stored in the entity's array of properties.

[Top]


KVersitTokenCRLF

const TLitC8< sizeof("\r\n") KVersitTokenCRLF;

Description

A carriage return and line feed

[Top]


KVersitTokenTRUE

const TLitC8< sizeof("TRUE") KVersitTokenTRUE;

Description

A boolean true value. Not used.

[Top]


KVersitVarTokenTRUE

const TLitC< sizeof(L"TRUE")/2 KVersitVarTokenTRUE;

Description

A boolean true value.

[Top]


KVersitTokenFALSE

const TLitC8< sizeof("FALSE") KVersitTokenFALSE;

Description

A boolean false value. Not used.

[Top]


KVersitVarTokenFALSE

const TLitC< sizeof(L"FALSE")/2 KVersitVarTokenFALSE;

Description

A boolean false value.

[Top]


KVersitTokenXDashEPOC

const TLitC8< sizeof("X-EPOC") KVersitTokenXDashEPOC;

Description

The symbol added to the beginning of an unrecognised property name while internalising from a stream.

[Top]


KVersitTokenXDash

const TLitC8< sizeof("X-") KVersitTokenXDash;

Description

[Top]


KVersitTokenEmptyNarrow

const TLitC8< sizeof("") KVersitTokenEmptyNarrow;

Description

An empty string.

[Top]


KVersitTokenEmpty

const TLitC< sizeof(L"")/2 KVersitTokenEmpty;

Description

An empty string.

[Top]


KVersitTokenENCODING

const TLitC8< sizeof("ENCODING") KVersitTokenENCODING;

Description

[Top]


KVersitTokenBASE64

const TLitC8< sizeof("BASE64") KVersitTokenBASE64;

Description

[Top]


KVersitTokenQUOTEDPRINTABLE

const TLitC8< sizeof("QUOTED-PRINTABLE") KVersitTokenQUOTEDPRINTABLE;

Description

[Top]


KVersitToken8BIT

const TLitC8< sizeof("8-BIT") KVersitToken8BIT;

Description

[Top]


KVersitTokenCHARSET

const TLitC8< sizeof("CHARSET") KVersitTokenCHARSET;

Description

[Top]


KVersitTokenUTF8

const TLitC8< sizeof("UTF-8") KVersitTokenUTF8;

Description

[Top]


KVersitTokenUTF7

const TLitC8< sizeof("UTF-7") KVersitTokenUTF7;

Description

[Top]


KVersitTokenISO1

const TLitC8< sizeof("ISO-8859-1") KVersitTokenISO1;

Description

[Top]


KVersitTokenISO2

const TLitC8< sizeof("ISO-8859-2") KVersitTokenISO2;

Description

[Top]


KVersitTokenISO4

const TLitC8< sizeof("ISO-8859-4") KVersitTokenISO4;

Description

[Top]


KVersitTokenISO5

const TLitC8< sizeof("ISO-8859-5") KVersitTokenISO5;

Description

[Top]


KVersitTokenISO7

const TLitC8< sizeof("ISO-8859-7") KVersitTokenISO7;

Description

[Top]


KVersitTokenISO9

const TLitC8< sizeof("ISO-8859-9") KVersitTokenISO9;

Description

[Top]


KVersitTokenTYPE

const TLitC8< sizeof("TYPE") KVersitTokenTYPE;

Description

[Top]


KVersitTokenVALUE

const TLitC8< sizeof("VALUE") KVersitTokenVALUE;

Description

[Top]


KVersitTokenCONTENTTYPE

const TLitC8< sizeof("X-CONTENTTYPE") KVersitTokenCONTENTTYPE;

Description

[Top]


KVersitTokenINLINE

const TLitC8< sizeof("INLINE") KVersitTokenINLINE;

Description

[Top]


KVersitTokenBINARY

const TLitC8< sizeof("BINARY") KVersitTokenBINARY;

Description

[Top]


KVersitTokenISO3

const TLitC8< sizeof("ISO-8859-3") KVersitTokenISO3;

Description

[Top]


KVersitTokenISO10

const TLitC8< sizeof("ISO-8859-10") KVersitTokenISO10;

Description

[Top]


KVersitTokenShiftJIS

const TLitC8< sizeof("SHIFT_JIS") KVersitTokenShiftJIS;

Description

[Top]


KVersitTokenGB2312

const TLitC8< sizeof("GB 2312-80") KVersitTokenGB2312;

Description

[Top]


KVersitTokenGBK

const TLitC8< sizeof("GBK") KVersitTokenGBK;

Description

[Top]


KVersitTokenBIG5

const TLitC8< sizeof("BIG5 level 1 and 2") KVersitTokenBIG5;

Description

[Top]


KVersitTokenISO2022JP

const TLitC8< sizeof("ISO 2022-JP") KVersitTokenISO2022JP;

Description

[Top]


KVersitTokenEUCJP

const TLitC8< sizeof("EUC-JP") KVersitTokenEUCJP;

Description

[Top]


KVersitTokenJIS

const TLitC8< sizeof("JIS") KVersitTokenJIS;

Description

[Top]


KVersitTokenVCALENDAR

const TLitC8< sizeof("VCALENDAR") KVersitTokenVCALENDAR;

Description

[Top]


KVersitTokenVCARD

const TLitC8< sizeof("VCARD") KVersitTokenVCARD;

Description

[Top]


KVersitVarTokenVCALENDAR

const TLitC< sizeof(L"VCALENDAR")/2 KVersitVarTokenVCALENDAR;

Description

[Top]


KVersitVarTokenVCARD

const TLitC< sizeof(L"VCARD")/2 KVersitVarTokenVCARD;

Description

[Top]


KVersitVarTokenVEVENT

const TLitC< sizeof(L"VEVENT")/2 KVersitVarTokenVEVENT;

Description

[Top]


KVersitVarTokenVTODO

const TLitC< sizeof(L"VTODO")/2 KVersitVarTokenVTODO;

Description

[Top]


KVersitTokenXALARM

const TLitC8< sizeof("X-EPOCALARM") KVersitTokenXALARM;

Description

[Top]


KVersitTokenAALARM

const TLitC8< sizeof("AALARM") KVersitTokenAALARM;

Description

[Top]


KVersitTokenDALARM

const TLitC8< sizeof("DALARM") KVersitTokenDALARM;

Description

[Top]


KVersitTokenPALARM

const TLitC8< sizeof("PALARM") KVersitTokenPALARM;

Description

[Top]


KVersitTokenMALARM

const TLitC8< sizeof("MALARM") KVersitTokenMALARM;

Description

[Top]


KVersitTokenDAYLIGHT

const TLitC8< sizeof("DAYLIGHT") KVersitTokenDAYLIGHT;

Description

[Top]


KVersitVarTokenDAYLIGHT

const TLitC< sizeof(L"DAYLIGHT")/2 KVersitVarTokenDAYLIGHT;

Description

[Top]


KVersitTokenVERSION

const TLitC8< sizeof("VERSION") KVersitTokenVERSION;

Description

[Top]


KVersitTokenCATEGORIES

const TLitC8< sizeof("CATEGORIES") KVersitTokenCATEGORIES;

Description

[Top]


KVersitTokenRESOURCES

const TLitC8< sizeof("RESOURCES") KVersitTokenRESOURCES;

Description

[Top]


KVersitTokenDCREATED

const TLitC8< sizeof("DCREATED") KVersitTokenDCREATED;

Description

[Top]


KVersitTokenDTSTART

const TLitC8< sizeof("DTSTART") KVersitTokenDTSTART;

Description

[Top]


KVersitTokenDTEND

const TLitC8< sizeof("DTEND") KVersitTokenDTEND;

Description

[Top]


KVersitTokenLASTMODIFIED

const TLitC8< sizeof("LAST-MODIFIED") KVersitTokenLASTMODIFIED;

Description

[Top]


KVersitTokenCOMPLETED

const TLitC8< sizeof("COMPLETED") KVersitTokenCOMPLETED;

Description

[Top]


KVersitTokenDUE

const TLitC8< sizeof("DUE") KVersitTokenDUE;

Description

[Top]


KVersitTokenEXDATE

const TLitC8< sizeof("EXDATE") KVersitTokenEXDATE;

Description

[Top]


KVersitTokenEXRULE

const TLitC8< sizeof("EXRULE") KVersitTokenEXRULE;

Description

[Top]


KVersitTokenRDATE

const TLitC8< sizeof("RDATE") KVersitTokenRDATE;

Description

[Top]


KVersitTokenRRULE

const TLitC8< sizeof("RRULE") KVersitTokenRRULE;

Description

[Top]


KVersitTokenRNUM

const TLitC8< sizeof("RNUM") KVersitTokenRNUM;

Description

[Top]


KVersitTokenPRIORITY

const TLitC8< sizeof("PRIORITY") KVersitTokenPRIORITY;

Description

[Top]


KVersitTokenSEQUENCE

const TLitC8< sizeof("SEQUENCE") KVersitTokenSEQUENCE;

Description

[Top]


KVersitTokenTRANSP

const TLitC8< sizeof("TRANSP") KVersitTokenTRANSP;

Description

[Top]


KVersitTokenBDAY

const TLitC8< sizeof("BDAY") KVersitTokenBDAY;

Description

[Top]


KVersitTokenAGENT

const TLitC8< sizeof("AGENT") KVersitTokenAGENT;

Description

[Top]


KVersitTokenLABEL

const TLitC8< sizeof("LABEL") KVersitTokenLABEL;

Description

[Top]


KVersitTokenPHOTO

const TLitC8< sizeof("PHOTO") KVersitTokenPHOTO;

Description

[Top]


KVersitTokenEMAIL

const TLitC8< sizeof("EMAIL") KVersitTokenEMAIL;

Description

[Top]


KVersitTokenINTERNET

const TLitC8< sizeof("INTERNET") KVersitTokenINTERNET;

Description

[Top]


KVersitTokenTITLE

const TLitC8< sizeof("TITLE") KVersitTokenTITLE;

Description

[Top]


KVersitTokenROLE

const TLitC8< sizeof("ROLE") KVersitTokenROLE;

Description

[Top]


KVersitTokenLOGO

const TLitC8< sizeof("LOGO") KVersitTokenLOGO;

Description

[Top]


KVersitTokenNOTE

const TLitC8< sizeof("NOTE") KVersitTokenNOTE;

Description

[Top]


KVersitTokenSOUND

const TLitC8< sizeof("SOUND") KVersitTokenSOUND;

Description

[Top]


KVersitTokenMAILER

const TLitC8< sizeof("MAILER") KVersitTokenMAILER;

Description

[Top]


KVersitTokenPRODID

const TLitC8< sizeof("PRODID") KVersitTokenPRODID;

Description

[Top]


KVersitTokenATTACH

const TLitC8< sizeof("ATTACH") KVersitTokenATTACH;

Description

[Top]


KVersitTokenATTENDEE

const TLitC8< sizeof("ATTENDEE") KVersitTokenATTENDEE;

Description

[Top]


KVersitTokenCLASS

const TLitC8< sizeof("CLASS") KVersitTokenCLASS;

Description

[Top]


KVersitTokenDESCRIPTION

const TLitC8< sizeof("DESCRIPTION") KVersitTokenDESCRIPTION;

Description

[Top]


KVersitTokenLOCATION

const TLitC8< sizeof("LOCATION") KVersitTokenLOCATION;

Description

[Top]


KVersitTokenRELATEDTO

const TLitC8< sizeof("RELATED-TO") KVersitTokenRELATEDTO;

Description

[Top]


KVersitTokenSTATUS

const TLitC8< sizeof("STATUS") KVersitTokenSTATUS;

Description

[Top]


KVersitTokenSUMMARY

const TLitC8< sizeof("SUMMARY") KVersitTokenSUMMARY;

Description

[Top]


KVersitTokenN

const TLitC8< sizeof("N") KVersitTokenN;

Description

[Top]


KVersitTokenTZ

const TLitC8< sizeof("TZ") KVersitTokenTZ;

Description

[Top]


KVersitTokenADR

const TLitC8< sizeof("ADR") KVersitTokenADR;

Description

[Top]


KVersitTokenORG

const TLitC8< sizeof("ORG") KVersitTokenORG;

Description

[Top]


KVersitTokenREV

const TLitC8< sizeof("REV") KVersitTokenREV;

Description

[Top]


KVersitTokenFN

const TLitC8< sizeof("FN") KVersitTokenFN;

Description

[Top]


KVersitTokenTEL

const TLitC8< sizeof("TEL") KVersitTokenTEL;

Description

[Top]


KVersitTokenURL

const TLitC8< sizeof("URL") KVersitTokenURL;

Description

[Top]


KVersitTokenGEO

const TLitC8< sizeof("GEO") KVersitTokenGEO;

Description

[Top]


KVersitTokenUID

const TLitC8< sizeof("UID") KVersitTokenUID;

Description

[Top]


KVersitTokenKEY

const TLitC8< sizeof("KEY") KVersitTokenKEY;

Description

[Top]


KVersitTokenSECONDNAME

const TLitC8< sizeof("X-EPOCSECONDNAME") KVersitTokenSECONDNAME;

Description

[Top]


KVersitTokenXMETHOD

const TLitC8< sizeof("X-METHOD") KVersitTokenXMETHOD;

Description

[Top]


KVersitTokenXRECURRENCEID

const TLitC8< sizeof("X-RECURRENCE-ID") KVersitTokenXRECURRENCEID;

Description

[Top]


KVersitTokenXLOCALUID

const TLitC8< sizeof("X-SYMBIAN-LUID") KVersitTokenXLOCALUID;

Description

[Top]


KVersitTokenXDTSTAMP

const TLitC8< sizeof("X-SYMBIAN-DTSTAMP") KVersitTokenXDTSTAMP;

Description

[Top]


KVersitVarTokenINTERNET

const TLitC< sizeof(L"INTERNET")/2 KVersitVarTokenINTERNET;

Description

[Top]


KVersitTokenAssistant

const TLitC8< sizeof("X-ASSISTANT") KVersitTokenAssistant;

Description

[Top]


KVersitTokenAssistantTel

const TLitC8< sizeof("X-ASSISTANT-TEL") KVersitTokenAssistantTel;

Description

[Top]


KVersitTokenAnniversary

const TLitC8< sizeof("X-ANNIVERSARY") KVersitTokenAnniversary;

Description

[Top]


KVersitTokenSpouse

const TLitC8< sizeof("X-SPOUSE") KVersitTokenSpouse;

Description

[Top]


KVersitTokenChildren

const TLitC8< sizeof("X-CHILDREN") KVersitTokenChildren;

Description

[Top]


KVersitTokenClass

const TLitC8< sizeof("X-CLASS") KVersitTokenClass;

Description

[Top]


KVersitAttachLabel

const TLitC8< sizeof("X-NAME") KVersitAttachLabel;

Description

[Top]


KVersitAttachMimeType

const TLitC8< sizeof("X-FMTTYPE") KVersitAttachMimeType;

Description