cdoexstr.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:22k
源码类别:

模拟服务器

开发平台:

C/C++

  1. #ifndef __cdostr_h_
  2. #define __cdostr_h_
  3. // __CdoBusyStatusValues_MODULE_DEFINED__
  4. #define cdoBusy L"Busy"
  5. #define cdoFree L"Free"
  6. #define cdoOOF L"OOF"
  7. #define cdoTentative L"Tentative"
  8. // __CdoCalendar_MODULE_DEFINED__
  9. #define cdoAllDayEvent L"urn:schemas:calendar:alldayevent"
  10. #define cdoAttendeeRole L"urn:schemas:calendar:attendeerole"
  11. #define cdoAttendeeStatus L"urn:schemas:calendar:attendeestatus"
  12. #define cdoBusyStatus L"urn:schemas:calendar:busystatus"
  13. #define cdoCalendarLastModified L"urn:schemas:calendar:lastmodified"
  14. #define cdoCalendarUID L"urn:schemas:calendar:uid"
  15. #define cdoContact L"urn:schemas:calendar:contact"
  16. #define cdoContactURL L"urn:schemas:calendar:contacturl"
  17. #define cdoCreated L"urn:schemas:calendar:created"
  18. #define cdoDelegatedFrom L"urn:schemas:calendar:delegated-from"
  19. #define cdoDelegatedTo L"urn:schemas:calendar:delegated-to"
  20. #define cdoDescriptionURL L"urn:schemas:calendar:descriptionurl"
  21. #define cdoDTEnd L"urn:schemas:calendar:dtend"
  22. #define cdoDTStamp L"urn:schemas:calendar:dtstamp"
  23. #define cdoDTStart L"urn:schemas:calendar:dtstart"
  24. #define cdoDuration L"urn:schemas:calendar:duration"
  25. #define cdoExDate L"urn:schemas:calendar:exdate"
  26. #define cdoExRule L"urn:schemas:calendar:exrule"
  27. #define cdoFburl L"urn:schemas:calendar:fburl"
  28. #define cdoGEOLatitude L"urn:schemas:calendar:geolatitude"
  29. #define cdoGEOLongitude L"urn:schemas:calendar:geolongitude"
  30. #define cdoInstanceType L"urn:schemas:calendar:instancetype"
  31. #define cdoIsOrganizer L"urn:schemas:calendar:isorganizer"
  32. #define cdoLastModifiedTime L"urn:schemas:calendar:lastmodifiedtime"
  33. #define cdoLocation L"urn:schemas:calendar:location"
  34. #define cdoLocationURL L"urn:schemas:calendar:locationurl"
  35. #define cdoMeetingStatus L"urn:schemas:calendar:meetingstatus"
  36. #define cdoMethod L"urn:schemas:calendar:method"
  37. #define cdoProdId L"urn:schemas:calendar:prodid"
  38. #define cdoRDate L"urn:schemas:calendar:rdate"
  39. #define cdoRecurrenceId L"urn:schemas:calendar:recurrenceid"
  40. #define cdoRecurrenceIdRange L"urn:schemas:calendar:recurrenceidrange"
  41. #define cdoReminderOffset L"urn:schemas:calendar:reminderoffset"
  42. #define cdoReplyTime L"urn:schemas:calendar:replytime"
  43. #define cdoResources L"urn:schemas:calendar:resources"
  44. #define cdoResponseRequested L"urn:schemas:calendar:responserequested"
  45. #define cdoRRule L"urn:schemas:calendar:rrule"
  46. #define cdoRSVP L"urn:schemas:calendar:rsvp"
  47. #define cdoSentBy L"urn:schemas:calendar:sent-by"
  48. #define cdoSequence L"urn:schemas:calendar:sequence"
  49. #define cdoTimeZoneIDURN L"urn:schemas:calendar:timezoneid"
  50. #define cdoTimeZoneURN L"urn:schemas:calendar:timezone"
  51. #define cdoTransparency L"urn:schemas:calendar:transparent"
  52. #define cdoVersion L"urn:schemas:calendar:version"
  53. // __CdoCharset_MODULE_DEFINED__
  54. #define cdoBIG5 L"big5"
  55. #define cdoEUC_JP L"euc-jp"
  56. #define cdoEUC_KR L"euc-kr"
  57. #define cdoGB2312 L"gb2312"
  58. #define cdoISO_2022_JP L"iso-2022-jp"
  59. #define cdoISO_2022_KR L"iso-2022-kr"
  60. #define cdoISO_8859_1 L"iso-8859-1"
  61. #define cdoISO_8859_2 L"iso-8859-2"
  62. #define cdoISO_8859_3 L"iso-8859-3"
  63. #define cdoISO_8859_4 L"iso-8859-4"
  64. #define cdoISO_8859_5 L"iso-8859-5"
  65. #define cdoISO_8859_6 L"iso-8859-6"
  66. #define cdoISO_8859_7 L"iso-8859-7"
  67. #define cdoISO_8859_8 L"iso-8859-8"
  68. #define cdoISO_8859_9 L"iso-8859-9"
  69. #define cdoKOI8_R L"koi8-r"
  70. #define cdoShift_JIS L"shift-jis"
  71. #define cdoUS_ASCII L"us-ascii"
  72. #define cdoUTF_7 L"utf-7"
  73. #define cdoUTF_8 L"utf-8"
  74. // __CdoConfiguration_MODULE_DEFINED__
  75. #define cdoAutoPromoteBodyParts L"http://schemas.microsoft.com/cdo/configuration/autopromotebodyparts"
  76. #define cdoFlushBuffersOnWrite L"http://schemas.microsoft.com/cdo/configuration/flushbuffersonwrite"
  77. #define cdoHTTPCookies L"http://schemas.microsoft.com/cdo/configuration/httpcookies"
  78. #define cdoLanguageCode L"http://schemas.microsoft.com/cdo/configuration/languagecode"
  79. #define cdoNNTPAccountName L"http://schemas.microsoft.com/cdo/configuration/nntpaccountname"
  80. #define cdoNNTPAuthenticate L"http://schemas.microsoft.com/cdo/configuration/nntpauthenticate"
  81. #define cdoNNTPConnectionTimeout L"http://schemas.microsoft.com/cdo/configuration/nntpconnectiontimeout"
  82. #define cdoNNTPServer L"http://schemas.microsoft.com/cdo/configuration/nntpserver"
  83. #define cdoNNTPServerPickupDirectory L"http://schemas.microsoft.com/cdo/configuration/nntpserverpickupdirectory"
  84. #define cdoNNTPServerPort L"http://schemas.microsoft.com/cdo/configuration/nntpserverport"
  85. #define cdoNNTPUseSSL L"http://schemas.microsoft.com/cdo/configuration/nntpusessl"
  86. #define cdoPostEmailAddress L"http://schemas.microsoft.com/cdo/configuration/postemailaddress"
  87. #define cdoPostPassword L"http://schemas.microsoft.com/cdo/configuration/postpassword"
  88. #define cdoPostUserName L"http://schemas.microsoft.com/cdo/configuration/postusername"
  89. #define cdoPostUserReplyEmailAddress L"http://schemas.microsoft.com/cdo/configuration/postuserreplyemailaddress"
  90. #define cdoPostUsingMethod L"http://schemas.microsoft.com/cdo/configuration/postusing"
  91. #define cdoSaveSentItems L"http://schemas.microsoft.com/cdo/configuration/savesentitems"
  92. #define cdoSendEmailAddress L"http://schemas.microsoft.com/cdo/configuration/sendemailaddress"
  93. #define cdoSendPassword L"http://schemas.microsoft.com/cdo/configuration/sendpassword"
  94. #define cdoSendUserName L"http://schemas.microsoft.com/cdo/configuration/sendusername"
  95. #define cdoSendUserReplyEmailAddress L"http://schemas.microsoft.com/cdo/configuration/senduserreplyemailaddress"
  96. #define cdoSendUsingMethod L"http://schemas.microsoft.com/cdo/configuration/sendusing"
  97. #define cdoSMTPAccountName L"http://schemas.microsoft.com/cdo/configuration/smtpaccountname"
  98. #define cdoSMTPAuthenticate L"http://schemas.microsoft.com/cdo/configuration/smtpauthenticate"
  99. #define cdoSMTPConnectionTimeout L"http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout"
  100. #define cdoSMTPServer L"http://schemas.microsoft.com/cdo/configuration/smtpserver"
  101. #define cdoSMTPServerPickupDirectory L"http://schemas.microsoft.com/cdo/configuration/smtpserverpickupdirectory"
  102. #define cdoSMTPServerPort L"http://schemas.microsoft.com/cdo/configuration/smtpserverport"
  103. #define cdoSMTPUseSSL L"http://schemas.microsoft.com/cdo/configuration/smtpusessl"
  104. #define cdoURLGetLatestVersion L"http://schemas.microsoft.com/cdo/configuration/urlgetlatestversion"
  105. #define cdoURLProxyBypass L"http://schemas.microsoft.com/cdo/configuration/urlproxybypass"
  106. #define cdoURLProxyServer L"http://schemas.microsoft.com/cdo/configuration/urlproxyserver"
  107. #define cdoURLSource L"http://schemas.microsoft.com/cdo/configuration/urlsource"
  108. #define cdoUseMessageResponseText L"http://schemas.microsoft.com/cdo/configuration/usemessageresponsetext"
  109. // __CdoContacts_MODULE_DEFINED__
  110. #define cdoAccount L"urn:schemas:contacts:account"
  111. #define cdoBirthday L"urn:schemas:contacts:bday"
  112. #define cdoCallbackPhone L"urn:schemas:contacts:callbackphone"
  113. #define cdoChildrensNames L"urn:schemas:contacts:childrensnames"
  114. #define cdoCommonName L"urn:schemas:contacts:cn"
  115. #define cdoComputerNetworkName L"urn:schemas:contacts:computernetworkname"
  116. #define cdoCustomerId L"urn:schemas:contacts:customerid"
  117. #define cdoDepartment L"urn:schemas:contacts:department"
  118. #define cdoDistinguishedName L"urn:schemas:contacts:dn"
  119. #define cdoEmail1Address L"urn:schemas:contacts:email1"
  120. #define cdoEmail2Address L"urn:schemas:contacts:email2"
  121. #define cdoEmail3Address L"urn:schemas:contacts:email3"
  122. #define cdoEmployeeNumber L"urn:schemas:contacts:employeenumber"
  123. #define cdoFileAs L"urn:schemas:contacts:fileas"
  124. #define cdoFileAsId L"urn:schemas:contacts:fileasid"
  125. #define cdoFirstName L"urn:schemas:contacts:givenName"
  126. #define cdoFtpSite L"urn:schemas:contacts:ftpsite"
  127. #define cdoGender L"urn:schemas:contacts:gender"
  128. #define cdoGovernmentId L"urn:schemas:contacts:governmentid"
  129. #define cdoHobbies L"urn:schemas:contacts:hobbies"
  130. #define cdoHomeCity L"urn:schemas:contacts:homeCity"
  131. #define cdoHomeCountry L"urn:schemas:contacts:homeCountry"
  132. #define cdoHomeFax L"urn:schemas:contacts:homefax"
  133. #define cdoHomeLatitude L"urn:schemas:contacts:homelatitude"
  134. #define cdoHomeLongitude L"urn:schemas:contacts:homelongitude"
  135. #define cdoHomePhone L"urn:schemas:contacts:homePhone"
  136. #define cdoHomePhone2 L"urn:schemas:contacts:homephone2"
  137. #define cdoHomePostalAddress L"urn:schemas:contacts:homepostaladdress"
  138. #define cdoHomePostalCode L"urn:schemas:contacts:homePostalCode"
  139. #define cdoHomePostOfficeBox L"urn:schemas:contacts:homepostofficebox"
  140. #define cdoHomeState L"urn:schemas:contacts:homeState"
  141. #define cdoHomeStreet L"urn:schemas:contacts:homeStreet"
  142. #define cdoHomeTimeZone L"urn:schemas:contacts:hometimezone"
  143. #define cdoInitials L"urn:schemas:contacts:initials"
  144. #define cdoInternationalISDNNumber L"urn:schemas:contacts:internationalisdnnumber"
  145. #define cdoLanguage L"urn:schemas:contacts:language"
  146. #define cdoLastName L"urn:schemas:contacts:sn"
  147. #define cdoMailingAddressId L"urn:schemas:contacts:mailingaddressid"
  148. #define cdoMailingCity L"urn:schemas:contacts:mailingcity"
  149. #define cdoMailingCountry L"urn:schemas:contacts:mailingcountry"
  150. #define cdoMailingPostalAddress L"urn:schemas:contacts:mailingpostaladdress"
  151. #define cdoMailingPostalCode L"urn:schemas:contacts:mailingpostalcode"
  152. #define cdoMailingPostOfficeBox L"urn:schemas:contacts:mailingpostofficebox"
  153. #define cdoMailingState L"urn:schemas:contacts:mailingstate"
  154. #define cdoMailingStreet L"urn:schemas:contacts:mailingstreet"
  155. #define cdoManager L"urn:schemas:contacts:manager"
  156. #define cdoMapURL L"urn:schemas:contacts:mapurl"
  157. #define cdoMiddleName L"urn:schemas:contacts:middlename"
  158. #define cdoNamePrefix L"urn:schemas:contacts:personaltitle"
  159. #define cdoNameSuffix L"urn:schemas:contacts:namesuffix"
  160. #define cdoNickname L"urn:schemas:contacts:nickname"
  161. #define cdoOrganizationName L"urn:schemas:contacts:o"
  162. #define cdoOriginalAuthor L"urn:schemas:contacts:authorig"
  163. #define cdoOtherCity L"urn:schemas:contacts:othercity"
  164. #define cdoOtherCountry L"urn:schemas:contacts:othercountry"
  165. #define cdoOtherCountryCode L"urn:schemas:contacts:othercountrycode"
  166. #define cdoOtherFax L"urn:schemas:contacts:otherfax"
  167. #define cdoOtherMobile L"urn:schemas:contacts:othermobile"
  168. #define cdoOtherPager L"urn:schemas:contacts:otherpager"
  169. #define cdoOtherPostalAddress L"urn:schemas:contacts:otherpostaladdress"
  170. #define cdoOtherPostalCode L"urn:schemas:contacts:otherpostalcode"
  171. #define cdoOtherPostOfficeBox L"urn:schemas:contacts:otherpostofficebox"
  172. #define cdoOtherState L"urn:schemas:contacts:otherstate"
  173. #define cdoOtherStreet L"urn:schemas:contacts:otherstreet"
  174. #define cdoOtherTimeZone L"urn:schemas:contacts:othertimezone"
  175. #define cdoOtherWorkPhone L"urn:schemas:contacts:otherTelephone"
  176. #define cdoPersonalURL L"urn:schemas:contacts:personalHomePage"
  177. #define cdoProfession L"urn:schemas:contacts:profession"
  178. #define cdoProxyAddresses L"urn:schemas:contacts:proxyaddresses"
  179. #define cdoRoomNumber L"urn:schemas:contacts:roomnumber"
  180. #define cdoSecretary L"urn:schemas:contacts:secretary"
  181. #define cdoSecretaryCommonName L"urn:schemas:contacts:secretarycn"
  182. #define cdoSecretaryURL L"urn:schemas:contacts:secretaryurl"
  183. #define cdoSourceURL L"urn:schemas:contacts:sourceurl"
  184. #define cdoSpouseCommonName L"urn:schemas:contacts:spousecn"
  185. #define cdoSubmissionContLength L"urn:schemas:contacts:submissioncontlength"
  186. #define cdoTelexNumber L"urn:schemas:contacts:telexnumber"
  187. #define cdoTitle L"urn:schemas:contacts:title"
  188. #define cdoUserCertificate L"urn:schemas:contacts:usercertificate"
  189. #define cdoWeddingAnniversary L"urn:schemas:contacts:weddinganniversary"
  190. #define cdoWorkAddress L"urn:schemas:contacts:workaddress"
  191. #define cdoWorkCity L"urn:schemas:contacts:l"
  192. #define cdoWorkCountry L"urn:schemas:contacts:co"
  193. #define cdoWorkCountryAbbreviation L"urn:schemas:contacts:c"
  194. #define cdoWorkFax L"urn:schemas:contacts:facsimiletelephonenumber"
  195. #define cdoWorkMobilePhone L"urn:schemas:contacts:mobile"
  196. #define cdoWorkPager L"urn:schemas:contacts:pager"
  197. #define cdoWorkPhone L"urn:schemas:contacts:telephoneNumber"
  198. #define cdoWorkPhone2 L"urn:schemas:contacts:telephonenumber2"
  199. #define cdoWorkPostalCode L"urn:schemas:contacts:postalcode"
  200. #define cdoWorkPostOfficeBox L"urn:schemas:contacts:postofficebox"
  201. #define cdoWorkState L"urn:schemas:contacts:st"
  202. #define cdoWorkStreet L"urn:schemas:contacts:street"
  203. // __CdoContentTypeValues_MODULE_DEFINED__
  204. #define cdoGif L"image/gif"
  205. #define cdoJpeg L"image/jpeg"
  206. #define cdoMessageExternalBody L"message/external-body"
  207. #define cdoMessagePartial L"message/partial"
  208. #define cdoMessageRFC822 L"message/rfc822"
  209. #define cdoMultipartAlternative L"multipart/alternative"
  210. #define cdoMultipartDigest L"multipart/digest"
  211. #define cdoMultipartMixed L"multipart/mixed"
  212. #define cdoMultipartRelated L"multipart/related"
  213. #define cdoTextHTML L"text/html"
  214. #define cdoTextPlain L"text/plain"
  215. // __CdoDAV_MODULE_DEFINED__
  216. #define cdoAbstract L"DAV:abstract"
  217. #define cdoChildCount L"DAV:childcount"
  218. #define cdoContentClass L"DAV:contentclass"
  219. #define cdoCreationDate L"DAV:creationdate"
  220. #define cdoDAVComment L"DAV:comment"
  221. #define cdoDefaultDocument L"DAV:defaultdocument"
  222. #define cdoDisplayName L"DAV:displayname"
  223. #define cdoGetContentLength L"DAV:getcontentlength"
  224. #define cdoGetContentType L"DAV:getcontenttype"
  225. #define cdoGetEtag L"DAV:getetag"
  226. #define cdoGetLastModified L"DAV:getlastmodified"
  227. #define cdoHasChildren L"DAV:haschildren"
  228. #define cdoHasSubs L"DAV:hassubs"
  229. #define cdoHref L"DAV:href"
  230. #define cdoId L"DAV:id"
  231. #define cdoIsCollection L"DAV:iscollection"
  232. #define cdoIsFolder L"DAV:isfolder"
  233. #define cdoIsHidden L"DAV:ishidden"
  234. #define cdoIsRoot L"DAV:isroot"
  235. #define cdoIsStructuredDocument L"DAV:isstructureddocument"
  236. #define cdoLastAccessed L"DAV:lastaccessed"
  237. #define cdoLastModified L"DAV:lastmodified"
  238. #define cdoLockDiscovery L"DAV:lockdiscovery"
  239. #define cdoNoSubs L"DAV:nosubs"
  240. #define cdoObjectCount L"DAV:objectcount"
  241. #define cdoParentName L"DAV:parentname"
  242. #define cdoResourceType L"DAV:resourcetype"
  243. #define cdoSupportedLock L"DAV:supportedlock"
  244. #define cdoUID L"DAV:uid"
  245. #define cdoVisibleCount L"DAV:visiblecount"
  246. // __CdoEncodingType_MODULE_DEFINED__
  247. #define cdo7bit L"7bit"
  248. #define cdo8bit L"8bit"
  249. #define cdoBase64 L"base64"
  250. #define cdoBinary L"binary"
  251. #define cdoMacBinHex40 L"mac-binhex40"
  252. #define cdoQuotedPrintable L"quoted-printable"
  253. #define cdoUuencode L"uuencode"
  254. // __CdoExchange_MODULE_DEFINED__
  255. #define cdoAltRecipient L"http://schemas.microsoft.com/exchange/altrecipient"
  256. #define cdoCompanies L"http://schemas.microsoft.com/exchange/companies"
  257. #define cdoFolderSize L"http://schemas.microsoft.com/exchange/foldersize"
  258. #define cdoHardLinkList L"http://schemas.microsoft.com/exchange/hardlinklist"
  259. #define cdoSensitivity L"http://schemas.microsoft.com/exchange/sensitivity"
  260. // __CdoHTTPMail_MODULE_DEFINED__
  261. #define cdoAttachmentFilename L"urn:schemas:httpmail:attachmentfilename"
  262. #define cdoBcc L"urn:schemas:httpmail:bcc"
  263. #define cdoCalendarFolderURL L"urn:schemas:httpmail:calendar"
  264. #define cdoCc L"urn:schemas:httpmail:cc"
  265. #define cdoContactFolderURL L"urn:schemas:httpmail:contacts"
  266. #define cdoContentDispositionType L"urn:schemas:httpmail:content-disposition-type"
  267. #define cdoContentMediaType L"urn:schemas:httpmail:content-media-type"
  268. #define cdoDate L"urn:schemas:httpmail:date"
  269. #define cdoDateReceived L"urn:schemas:httpmail:datereceived"
  270. #define cdoDeletedItems L"urn:schemas:httpmail:deleteditems"
  271. #define cdoFrom L"urn:schemas:httpmail:from"
  272. #define cdoHasAttachment L"urn:schemas:httpmail:hasattachment"
  273. #define cdoHTMLDescription L"urn:schemas:httpmail:htmldescription"
  274. #define cdoImportance L"urn:schemas:httpmail:importance"
  275. #define cdoInbox L"urn:schemas:httpmail:inbox"
  276. #define cdoJournal L"urn:schemas:httpmail:journal"
  277. #define cdoMsgFolderRoot L"urn:schemas:httpmail:msgfolderroot"
  278. #define cdoNormalizedSubject L"urn:schemas:httpmail:normalizedsubject"
  279. #define cdoNotes L"urn:schemas:httpmail:notes"
  280. #define cdoOutbox L"urn:schemas:httpmail:outbox"
  281. #define cdoPriority L"urn:schemas:httpmail:priority"
  282. #define cdoRead L"urn:schemas:httpmail:read"
  283. #define cdoReplyTo L"urn:schemas:httpmail:reply-to"
  284. #define cdoSender L"urn:schemas:httpmail:sender"
  285. #define cdoSendMsg L"urn:schemas:httpmail:sendmsg"
  286. #define cdoSentItems L"urn:schemas:httpmail:sentitems"
  287. #define cdoSpecial L"urn:schemas:httpmail:special"
  288. #define cdoSubject L"urn:schemas:httpmail:subject"
  289. #define cdoSubmitted L"urn:schemas:httpmail:submitted"
  290. #define cdoTasks L"urn:schemas:httpmail:tasks"
  291. #define cdoTextDescription L"urn:schemas:httpmail:textdescription"
  292. #define cdoThreadTopic L"urn:schemas:httpmail:thread-topic"
  293. #define cdoTo L"urn:schemas:httpmail:to"
  294. #define cdoUnreadCount L"urn:schemas:httpmail:unreadcount"
  295. // __CdoInterfaces_MODULE_DEFINED__
  296. #define cdoAdoRecord L"_Record"
  297. #define cdoAdoRecordset L"_Recordset"
  298. #define cdoAdoStream L"_Stream"
  299. #define cdoIAddressee L"IAddressee"
  300. #define cdoIAppointment L"IAppointment"
  301. #define cdoIBodyPart L"IBodyPart"
  302. #define cdoICalendarMessage L"ICalendarMessage"
  303. #define cdoICalendarPart L"ICalendarPart"
  304. #define cdoICalendarParts L"ICalendarParts"
  305. #define cdoIConfiguration L"IConfiguration"
  306. #define cdoIDataSource L"IDataSource"
  307. #define cdoIFolder L"IFolder"
  308. #define cdoIItem L"IItem"
  309. #define cdoIMailbox L"IMailbox"
  310. #define cdoIMessage L"IMessage"
  311. #define cdoIPerson L"IPerson"
  312. #define cdoIRow L"IRow"
  313. #define cdoIRowset L"IRowset"
  314. #define cdoIStream L"IStream"
  315. // __CdoMailHeader_MODULE_DEFINED__
  316. #define cdoApproved L"urn:schemas:mailheader:approved"
  317. #define cdoComment L"urn:schemas:mailheader:comment"
  318. #define cdoContentBase L"urn:schemas:mailheader:content-base"
  319. #define cdoContentDescription L"urn:schemas:mailheader:content-description"
  320. #define cdoContentDisposition L"urn:schemas:mailheader:content-disposition"
  321. #define cdoContentId L"urn:schemas:mailheader:content-id"
  322. #define cdoContentLanguage L"urn:schemas:mailheader:content-language"
  323. #define cdoContentLocation L"urn:schemas:mailheader:content-location"
  324. #define cdoContentTransferEncoding L"urn:schemas:mailheader:content-transfer-encoding"
  325. #define cdoContentType L"urn:schemas:mailheader:content-type"
  326. #define cdoControl L"urn:schemas:mailheader:control"
  327. #define cdoDisposition L"urn:schemas:mailheader:disposition"
  328. #define cdoDispositionNotificationTo L"urn:schemas:mailheader:disposition-notification-to"
  329. #define cdoDistribution L"urn:schemas:mailheader:distribution"
  330. #define cdoExpires L"urn:schemas:mailheader:expires"
  331. #define cdoFollowupTo L"urn:schemas:mailheader:followup-to"
  332. #define cdoInReplyTo L"urn:schemas:mailheader:in-reply-to"
  333. #define cdoLines L"urn:schemas:mailheader:lines"
  334. #define cdoMessageId L"urn:schemas:mailheader:message-id"
  335. #define cdoMIMEVersion L"urn:schemas:mailheader:mime-version"
  336. #define cdoNewsgroups L"urn:schemas:mailheader:newsgroups"
  337. #define cdoOrganization L"urn:schemas:mailheader:organization"
  338. #define cdoOriginalRecipient L"urn:schemas:mailheader:original-recipient"
  339. #define cdoPath L"urn:schemas:mailheader:path"
  340. #define cdoPostingVersion L"urn:schemas:mailheader:posting-version"
  341. #define cdoReceived L"urn:schemas:mailheader:received"
  342. #define cdoReferences L"urn:schemas:mailheader:references"
  343. #define cdoRelayVersion L"urn:schemas:mailheader:relay-version"
  344. #define cdoReturnPath L"urn:schemas:mailheader:return-path"
  345. #define cdoReturnReceiptTo L"urn:schemas:mailheader:return-receipt-to"
  346. #define cdoSummary L"urn:schemas:mailheader:summary"
  347. #define cdoThreadIndex L"urn:schemas:mailheader:thread-index"
  348. #define cdoXMailer L"urn:schemas:mailheader:x-mailer"
  349. #define cdoXref L"urn:schemas:mailheader:xref"
  350. #define cdoXUnsent L"urn:schemas:mailheader:x-unsent"
  351. // __CdoMeetingStatusValues_MODULE_DEFINED__
  352. #define cdoMeetingStatusCancelled L"Cancelled"
  353. #define cdoMeetingStatusConfirmed L"Confirmed"
  354. #define cdoMeetingStatusTentative L"Tentative"
  355. // __CdoMethodValues_MODULE_DEFINED__
  356. #define cdoAdd L"Add"
  357. #define cdoCancel L"Cancel"
  358. #define cdoCounter L"Counter"
  359. #define cdoDeclineCounter L"DeclineCounter"
  360. #define cdoPublish L"Publish"
  361. #define cdoRefresh L"Refresh"
  362. #define cdoReply L"Reply"
  363. #define cdoRequest L"Request"
  364. // __CdoNamespace_MODULE_DEFINED__
  365. #define cdoNSCalendar L"urn:schemas:calendar:"
  366. #define cdoNSConfiguration L"http://schemas.microsoft.com/cdo/configuration/"
  367. #define cdoNSContacts L"urn:schemas:contacts:"
  368. #define cdoNSDAV L"DAV:"
  369. #define cdoNSHTTPMail L"urn:schemas:httpmail:"
  370. #define cdoNSMailHeader L"urn:schemas:mailheader:"
  371. #define cdoNSNNTPEnvelope L"http://schemas.microsoft.com/cdo/nntpenvelope/"
  372. #define cdoNSSMTPEnvelope L"http://schemas.microsoft.com/cdo/smtpenvelope/"
  373. #define cdoNSVCAL L"urn:schemas:vcal:"
  374. // __CdoNNTPEnvelope_MODULE_DEFINED__
  375. #define cdoNewsgroupList L"http://schemas.microsoft.com/cdo/nntpenvelope/newsgrouplist"
  376. #define cdoNNTPProcessing L"http://schemas.microsoft.com/cdo/nntpenvelope/nntpprocessing"
  377. // __CdoOffice_MODULE_DEFINED__
  378. #define cdoKeywords L"urn:schemas-microsoft-com:office:office#Keywords"
  379. // __CdoRecurrenceIdRangeValues_MODULE_DEFINED__
  380. #define cdoNone L"None"
  381. #define cdoThisAndFuture L"ThisAndFuture"
  382. #define cdoThisAndPrior L"ThisAndPrior"
  383. // __CdoSMTPEnvelope_MODULE_DEFINED__
  384. #define cdoArrivalTime L"http://schemas.microsoft.com/cdo/smtpenvelope/arrivaltime"
  385. #define cdoClientIPAddress L"http://schemas.microsoft.com/cdo/smtpenvelope/clientipaddress"
  386. #define cdoMessageStatus L"http://schemas.microsoft.com/cdo/smtpenvelope/messagestatus"
  387. #define cdoPickupFileName L"http://schemas.microsoft.com/cdo/smtpenvelope/pickupfilename"
  388. #define cdoRecipientList L"http://schemas.microsoft.com/cdo/smtpenvelope/recipientlist"
  389. #define cdoSenderEmailAddress L"http://schemas.microsoft.com/cdo/smtpenvelope/senderemailaddress"
  390. // __CdoTransparentValues_MODULE_DEFINED__
  391. #define cdoOpaque L"Opaque"
  392. #define cdoTransparent L"Transparent"
  393. // __CdoErrors_MODULE_DEFINED__
  394. #endif // __cdostr_h_