Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

185 lines
10 KiB

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