1 /** 2 * This file has no copyright assigned and is placed in the Public Domain. 3 * This file is part of the mingw-w64 runtime package. 4 * No warranty is given; refer to the file DISCLAIMER.PD within this package. 5 */ 6 #ifndef __cdostr_h_ 7 #define __cdostr_h_ 8 9 #define cdoTimeZoneIDURN L"urn:schemas:calendar:timezoneid" 10 11 #define cdoBIG5 L"big5" 12 #define cdoEUC_JP L"euc-jp" 13 #define cdoEUC_KR L"euc-kr" 14 #define cdoGB2312 L"gb2312" 15 #define cdoISO_2022_JP L"iso-2022-jp" 16 #define cdoISO_2022_KR L"iso-2022-kr" 17 #define cdoISO_8859_1 L"iso-8859-1" 18 #define cdoISO_8859_2 L"iso-8859-2" 19 #define cdoISO_8859_3 L"iso-8859-3" 20 #define cdoISO_8859_4 L"iso-8859-4" 21 #define cdoISO_8859_5 L"iso-8859-5" 22 #define cdoISO_8859_6 L"iso-8859-6" 23 #define cdoISO_8859_7 L"iso-8859-7" 24 #define cdoISO_8859_8 L"iso-8859-8" 25 #define cdoISO_8859_9 L"iso-8859-9" 26 #define cdoKOI8_R L"koi8-r" 27 #define cdoShift_JIS L"shift-jis" 28 #define cdoUS_ASCII L"us-ascii" 29 #define cdoUTF_7 L"utf-7" 30 #define cdoUTF_8 L"utf-8" 31 #define cdoISO_8859_15 L"iso-8859-15" 32 33 #define cdoAutoPromoteBodyParts L"http://schemas.microsoft.com/cdo/configuration/autopromotebodyparts" 34 #define cdoFlushBuffersOnWrite L"http://schemas.microsoft.com/cdo/configuration/flushbuffersonwrite" 35 #define cdoHTTPCookies L"http://schemas.microsoft.com/cdo/configuration/httpcookies" 36 #define cdoLanguageCode L"http://schemas.microsoft.com/cdo/configuration/languagecode" 37 #define cdoNNTPAccountName L"http://schemas.microsoft.com/cdo/configuration/nntpaccountname" 38 #define cdoNNTPAuthenticate L"http://schemas.microsoft.com/cdo/configuration/nntpauthenticate" 39 #define cdoNNTPConnectionTimeout L"http://schemas.microsoft.com/cdo/configuration/nntpconnectiontimeout" 40 #define cdoNNTPServer L"http://schemas.microsoft.com/cdo/configuration/nntpserver" 41 #define cdoNNTPServerPickupDirectory L"http://schemas.microsoft.com/cdo/configuration/nntpserverpickupdirectory" 42 #define cdoNNTPServerPort L"http://schemas.microsoft.com/cdo/configuration/nntpserverport" 43 #define cdoNNTPUseSSL L"http://schemas.microsoft.com/cdo/configuration/nntpusessl" 44 #define cdoPostEmailAddress L"http://schemas.microsoft.com/cdo/configuration/postemailaddress" 45 #define cdoPostPassword L"http://schemas.microsoft.com/cdo/configuration/postpassword" 46 #define cdoPostUserName L"http://schemas.microsoft.com/cdo/configuration/postusername" 47 #define cdoPostUserReplyEmailAddress L"http://schemas.microsoft.com/cdo/configuration/postuserreplyemailaddress" 48 #define cdoPostUsingMethod L"http://schemas.microsoft.com/cdo/configuration/postusing" 49 #define cdoSaveSentItems L"http://schemas.microsoft.com/cdo/configuration/savesentitems" 50 #define cdoSendEmailAddress L"http://schemas.microsoft.com/cdo/configuration/sendemailaddress" 51 #define cdoSendPassword L"http://schemas.microsoft.com/cdo/configuration/sendpassword" 52 #define cdoSendUserName L"http://schemas.microsoft.com/cdo/configuration/sendusername" 53 #define cdoSendUserReplyEmailAddress L"http://schemas.microsoft.com/cdo/configuration/senduserreplyemailaddress" 54 #define cdoSendUsingMethod L"http://schemas.microsoft.com/cdo/configuration/sendusing" 55 #define cdoSMTPAccountName L"http://schemas.microsoft.com/cdo/configuration/smtpaccountname" 56 #define cdoSMTPAuthenticate L"http://schemas.microsoft.com/cdo/configuration/smtpauthenticate" 57 #define cdoSMTPConnectionTimeout L"http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout" 58 #define cdoSMTPServer L"http://schemas.microsoft.com/cdo/configuration/smtpserver" 59 #define cdoSMTPServerPickupDirectory L"http://schemas.microsoft.com/cdo/configuration/smtpserverpickupdirectory" 60 #define cdoSMTPServerPort L"http://schemas.microsoft.com/cdo/configuration/smtpserverport" 61 #define cdoSMTPUseSSL L"http://schemas.microsoft.com/cdo/configuration/smtpusessl" 62 #define cdoURLGetLatestVersion L"http://schemas.microsoft.com/cdo/configuration/urlgetlatestversion" 63 #define cdoURLProxyBypass L"http://schemas.microsoft.com/cdo/configuration/urlproxybypass" 64 #define cdoURLProxyServer L"http://schemas.microsoft.com/cdo/configuration/urlproxyserver" 65 #define cdoUseMessageResponseText L"http://schemas.microsoft.com/cdo/configuration/usemessageresponsetext" 66 67 #define cdoGif L"image/gif" 68 #define cdoJpeg L"image/jpeg" 69 #define cdoMessageExternalBody L"message/external-body" 70 #define cdoMessagePartial L"message/partial" 71 #define cdoMessageRFC822 L"message/rfc822" 72 #define cdoMultipartAlternative L"multipart/alternative" 73 #define cdoMultipartDigest L"multipart/digest" 74 #define cdoMultipartMixed L"multipart/mixed" 75 #define cdoMultipartRelated L"multipart/related" 76 #define cdoTextHTML L"text/html" 77 #define cdoTextPlain L"text/plain" 78 79 #define cdoContentClass L"DAV:contentclass" 80 #define cdoGetContentType L"DAV:getcontenttype" 81 82 #define cdo7bit L"7bit" 83 #define cdo8bit L"8bit" 84 #define cdoBase64 L"base64" 85 #define cdoBinary L"binary" 86 #define cdoMacBinHex40 L"mac-binhex40" 87 #define cdoQuotedPrintable L"quoted-printable" 88 #define cdoUuencode L"uuencode" 89 90 #define cdoSensitivity L"http://schemas.microsoft.com/exchange/sensitivity" 91 92 #define cdoAttachmentFilename L"urn:schemas:httpmail:attachmentfilename" 93 #define cdoBcc L"urn:schemas:httpmail:bcc" 94 #define cdoCc L"urn:schemas:httpmail:cc" 95 #define cdoContentDispositionType L"urn:schemas:httpmail:content-disposition-type" 96 #define cdoContentMediaType L"urn:schemas:httpmail:content-media-type" 97 #define cdoDate L"urn:schemas:httpmail:date" 98 #define cdoDateReceived L"urn:schemas:httpmail:datereceived" 99 #define cdoFrom L"urn:schemas:httpmail:from" 100 #define cdoHasAttachment L"urn:schemas:httpmail:hasattachment" 101 #define cdoHTMLDescription L"urn:schemas:httpmail:htmldescription" 102 #define cdoImportance L"urn:schemas:httpmail:importance" 103 #define cdoNormalizedSubject L"urn:schemas:httpmail:normalizedsubject" 104 #define cdoPriority L"urn:schemas:httpmail:priority" 105 #define cdoReplyTo L"urn:schemas:httpmail:reply-to" 106 #define cdoSender L"urn:schemas:httpmail:sender" 107 #define cdoSubject L"urn:schemas:httpmail:subject" 108 #define cdoTextDescription L"urn:schemas:httpmail:textdescription" 109 #define cdoThreadTopic L"urn:schemas:httpmail:thread-topic" 110 #define cdoTo L"urn:schemas:httpmail:to" 111 112 #define cdoAdoStream L"_Stream" 113 #define cdoIBodyPart L"IBodyPart" 114 #define cdoIConfiguration L"IConfiguration" 115 #define cdoIDataSource L"IDataSource" 116 #define cdoIMessage L"IMessage" 117 #define cdoIStream L"IStream" 118 119 #define cdoApproved L"urn:schemas:mailheader:approved" 120 #define cdoComment L"urn:schemas:mailheader:comment" 121 #define cdoContentBase L"urn:schemas:mailheader:content-base" 122 #define cdoContentDescription L"urn:schemas:mailheader:content-description" 123 #define cdoContentDisposition L"urn:schemas:mailheader:content-disposition" 124 #define cdoContentId L"urn:schemas:mailheader:content-id" 125 #define cdoContentLanguage L"urn:schemas:mailheader:content-language" 126 #define cdoContentLocation L"urn:schemas:mailheader:content-location" 127 #define cdoContentTransferEncoding L"urn:schemas:mailheader:content-transfer-encoding" 128 #define cdoContentType L"urn:schemas:mailheader:content-type" 129 #define cdoControl L"urn:schemas:mailheader:control" 130 #define cdoDisposition L"urn:schemas:mailheader:disposition" 131 #define cdoDispositionNotificationTo L"urn:schemas:mailheader:disposition-notification-to" 132 #define cdoDistribution L"urn:schemas:mailheader:distribution" 133 #define cdoExpires L"urn:schemas:mailheader:expires" 134 #define cdoFollowupTo L"urn:schemas:mailheader:followup-to" 135 #define cdoInReplyTo L"urn:schemas:mailheader:in-reply-to" 136 #define cdoLines L"urn:schemas:mailheader:lines" 137 #define cdoMessageId L"urn:schemas:mailheader:message-id" 138 #define cdoMIMEVersion L"urn:schemas:mailheader:mime-version" 139 #define cdoNewsgroups L"urn:schemas:mailheader:newsgroups" 140 #define cdoOrganization L"urn:schemas:mailheader:organization" 141 #define cdoOriginalRecipient L"urn:schemas:mailheader:original-recipient" 142 #define cdoPath L"urn:schemas:mailheader:path" 143 #define cdoPostingVersion L"urn:schemas:mailheader:posting-version" 144 #define cdoReceived L"urn:schemas:mailheader:received" 145 #define cdoReferences L"urn:schemas:mailheader:references" 146 #define cdoRelayVersion L"urn:schemas:mailheader:relay-version" 147 #define cdoReturnPath L"urn:schemas:mailheader:return-path" 148 #define cdoReturnReceiptTo L"urn:schemas:mailheader:return-receipt-to" 149 #define cdoSummary L"urn:schemas:mailheader:summary" 150 #define cdoThreadIndex L"urn:schemas:mailheader:thread-index" 151 #define cdoXMailer L"urn:schemas:mailheader:x-mailer" 152 #define cdoXref L"urn:schemas:mailheader:xref" 153 #define cdoXUnsent L"urn:schemas:mailheader:x-unsent" 154 #define cdoXFidelity L"urn:schemas:mailheader:x-cdostreamhighfidelity" 155 156 #define cdoNSConfiguration L"http://schemas.microsoft.com/cdo/configuration/" 157 #define cdoNSContacts L"urn:schemas:contacts:" 158 #define cdoNSHTTPMail L"urn:schemas:httpmail:" 159 #define cdoNSMailHeader L"urn:schemas:mailheader:" 160 #define cdoNSNNTPEnvelope L"http://schemas.microsoft.com/cdo/nntpenvelope/" 161 #define cdoNSSMTPEnvelope L"http://schemas.microsoft.com/cdo/smtpenvelope/" 162 163 #define cdoNewsgroupList L"http://schemas.microsoft.com/cdo/nntpenvelope/newsgrouplist" 164 #define cdoNNTPProcessing L"http://schemas.microsoft.com/cdo/nntpenvelope/nntpprocessing" 165 166 #define cdoKeywords L"urn:schemas-microsoft-com:office:office#Keywords" 167 168 #define cdoArrivalTime L"http://schemas.microsoft.com/cdo/smtpenvelope/arrivaltime" 169 #define cdoClientIPAddress L"http://schemas.microsoft.com/cdo/smtpenvelope/clientipaddress" 170 #define cdoMessageStatus L"http://schemas.microsoft.com/cdo/smtpenvelope/messagestatus" 171 #define cdoPickupFileName L"http://schemas.microsoft.com/cdo/smtpenvelope/pickupfilename" 172 #define cdoRecipientList L"http://schemas.microsoft.com/cdo/smtpenvelope/recipientlist" 173 #define cdoSenderEmailAddress L"http://schemas.microsoft.com/cdo/smtpenvelope/senderemailaddress" 174 #endif 175