home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 May / PCFMay2001.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / cdosysstr.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  9.7 KB  |  179 lines

  1. #ifndef __cdostr_h_
  2. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  3. #define __cdostr_h_
  4. //    __CdoCalendar_MODULE_DEFINED__
  5. #define cdoTimeZoneIDURN    L"urn:schemas:calendar:timezoneid"
  6.  
  7. //    __CdoCharset_MODULE_DEFINED__
  8. #define cdoBIG5    L"big5"
  9. #define cdoEUC_JP    L"euc-jp"
  10. #define cdoEUC_KR    L"euc-kr"
  11. #define cdoGB2312    L"gb2312"
  12. #define cdoISO_2022_JP    L"iso-2022-jp"
  13. #define cdoISO_2022_KR    L"iso-2022-kr"
  14. #define cdoISO_8859_1    L"iso-8859-1"
  15. #define cdoISO_8859_2    L"iso-8859-2"
  16. #define cdoISO_8859_3    L"iso-8859-3"
  17. #define cdoISO_8859_4    L"iso-8859-4"
  18. #define cdoISO_8859_5    L"iso-8859-5"
  19. #define cdoISO_8859_6    L"iso-8859-6"
  20. #define cdoISO_8859_7    L"iso-8859-7"
  21. #define cdoISO_8859_8    L"iso-8859-8"
  22. #define cdoISO_8859_9    L"iso-8859-9"
  23. #define cdoKOI8_R    L"koi8-r"
  24. #define cdoShift_JIS    L"shift-jis"
  25. #define cdoUS_ASCII    L"us-ascii"
  26. #define cdoUTF_7    L"utf-7"
  27. #define cdoUTF_8    L"utf-8"
  28.  
  29. //    __CdoConfiguration_MODULE_DEFINED__
  30. #define cdoAutoPromoteBodyParts    L"http://schemas.microsoft.com/cdo/configuration/autopromotebodyparts"
  31. #define cdoFlushBuffersOnWrite    L"http://schemas.microsoft.com/cdo/configuration/flushbuffersonwrite"
  32. #define cdoHTTPCookies    L"http://schemas.microsoft.com/cdo/configuration/httpcookies"
  33. #define cdoLanguageCode    L"http://schemas.microsoft.com/cdo/configuration/languagecode"
  34. #define cdoNNTPAccountName    L"http://schemas.microsoft.com/cdo/configuration/nntpaccountname"
  35. #define cdoNNTPAuthenticate    L"http://schemas.microsoft.com/cdo/configuration/nntpauthenticate"
  36. #define cdoNNTPConnectionTimeout    L"http://schemas.microsoft.com/cdo/configuration/nntpconnectiontimeout"
  37. #define cdoNNTPServer    L"http://schemas.microsoft.com/cdo/configuration/nntpserver"
  38. #define cdoNNTPServerPickupDirectory    L"http://schemas.microsoft.com/cdo/configuration/nntpserverpickupdirectory"
  39. #define cdoNNTPServerPort    L"http://schemas.microsoft.com/cdo/configuration/nntpserverport"
  40. #define cdoNNTPUseSSL    L"http://schemas.microsoft.com/cdo/configuration/nntpusessl"
  41. #define cdoPostEmailAddress    L"http://schemas.microsoft.com/cdo/configuration/postemailaddress"
  42. #define cdoPostPassword    L"http://schemas.microsoft.com/cdo/configuration/postpassword"
  43. #define cdoPostUserName    L"http://schemas.microsoft.com/cdo/configuration/postusername"
  44. #define cdoPostUserReplyEmailAddress    L"http://schemas.microsoft.com/cdo/configuration/postuserreplyemailaddress"
  45. #define cdoPostUsingMethod    L"http://schemas.microsoft.com/cdo/configuration/postusing"
  46. #define cdoSaveSentItems    L"http://schemas.microsoft.com/cdo/configuration/savesentitems"
  47. #define cdoSendEmailAddress    L"http://schemas.microsoft.com/cdo/configuration/sendemailaddress"
  48. #define cdoSendPassword    L"http://schemas.microsoft.com/cdo/configuration/sendpassword"
  49. #define cdoSendUserName    L"http://schemas.microsoft.com/cdo/configuration/sendusername"
  50. #define cdoSendUserReplyEmailAddress    L"http://schemas.microsoft.com/cdo/configuration/senduserreplyemailaddress"
  51. #define cdoSendUsingMethod    L"http://schemas.microsoft.com/cdo/configuration/sendusing"
  52. #define cdoSMTPAccountName    L"http://schemas.microsoft.com/cdo/configuration/smtpaccountname"
  53. #define cdoSMTPAuthenticate    L"http://schemas.microsoft.com/cdo/configuration/smtpauthenticate"
  54. #define cdoSMTPConnectionTimeout    L"http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout"
  55. #define cdoSMTPServer    L"http://schemas.microsoft.com/cdo/configuration/smtpserver"
  56. #define cdoSMTPServerPickupDirectory    L"http://schemas.microsoft.com/cdo/configuration/smtpserverpickupdirectory"
  57. #define cdoSMTPServerPort    L"http://schemas.microsoft.com/cdo/configuration/smtpserverport"
  58. #define cdoSMTPUseSSL    L"http://schemas.microsoft.com/cdo/configuration/smtpusessl"
  59. #define cdoURLGetLatestVersion    L"http://schemas.microsoft.com/cdo/configuration/urlgetlatestversion"
  60. #define cdoURLProxyBypass    L"http://schemas.microsoft.com/cdo/configuration/urlproxybypass"
  61. #define cdoURLProxyServer    L"http://schemas.microsoft.com/cdo/configuration/urlproxyserver"
  62. #define cdoUseMessageResponseText    L"http://schemas.microsoft.com/cdo/configuration/usemessageresponsetext"
  63.  
  64. //    __CdoContentTypeValues_MODULE_DEFINED__
  65. #define cdoGif    L"image/gif"
  66. #define cdoJpeg    L"image/jpeg"
  67. #define cdoMessageExternalBody    L"message/external-body"
  68. #define cdoMessagePartial    L"message/partial"
  69. #define cdoMessageRFC822    L"message/rfc822"
  70. #define cdoMultipartAlternative    L"multipart/alternative"
  71. #define cdoMultipartDigest    L"multipart/digest"
  72. #define cdoMultipartMixed    L"multipart/mixed"
  73. #define cdoMultipartRelated    L"multipart/related"
  74. #define cdoTextHTML    L"text/html"
  75. #define cdoTextPlain    L"text/plain"
  76.  
  77. //    __CdoEncodingType_MODULE_DEFINED__
  78. #define cdo7bit    L"7bit"
  79. #define cdo8bit    L"8bit"
  80. #define cdoBase64    L"base64"
  81. #define cdoBinary    L"binary"
  82. #define cdoMacBinHex40    L"mac-binhex40"
  83. #define cdoQuotedPrintable    L"quoted-printable"
  84. #define cdoUuencode    L"uuencode"
  85.  
  86. //    __CdoExchange_MODULE_DEFINED__
  87. #define cdoSensitivity    L"http://schemas.microsoft.com/exchange/sensitivity"
  88.  
  89. //    __CdoHTTPMail_MODULE_DEFINED__
  90. #define cdoAttachmentFilename    L"urn:schemas:httpmail:attachmentfilename"
  91. #define cdoBcc    L"urn:schemas:httpmail:bcc"
  92. #define cdoCc    L"urn:schemas:httpmail:cc"
  93. #define cdoContentDispositionType    L"urn:schemas:httpmail:content-disposition-type"
  94. #define cdoContentMediaType    L"urn:schemas:httpmail:content-media-type"
  95. #define cdoDate    L"urn:schemas:httpmail:date"
  96. #define cdoDateReceived    L"urn:schemas:httpmail:datereceived"
  97. #define cdoFrom    L"urn:schemas:httpmail:from"
  98. #define cdoHasAttachment    L"urn:schemas:httpmail:hasattachment"
  99. #define cdoHTMLDescription    L"urn:schemas:httpmail:htmldescription"
  100. #define cdoImportance    L"urn:schemas:httpmail:importance"
  101. #define cdoNormalizedSubject    L"urn:schemas:httpmail:normalizedsubject"
  102. #define cdoPriority    L"urn:schemas:httpmail:priority"
  103. #define cdoReplyTo    L"urn:schemas:httpmail:reply-to"
  104. #define cdoSender    L"urn:schemas:httpmail:sender"
  105. #define cdoSubject    L"urn:schemas:httpmail:subject"
  106. #define cdoTextDescription    L"urn:schemas:httpmail:textdescription"
  107. #define cdoThreadTopic    L"urn:schemas:httpmail:thread-topic"
  108. #define cdoTo    L"urn:schemas:httpmail:to"
  109.  
  110. //    __CdoInterfaces_MODULE_DEFINED__
  111. #define cdoAdoStream    L"_Stream"
  112. #define cdoIBodyPart    L"IBodyPart"
  113. #define cdoIConfiguration    L"IConfiguration"
  114. #define cdoIDataSource    L"IDataSource"
  115. #define cdoIMessage    L"IMessage"
  116. #define cdoIStream    L"IStream"
  117.  
  118. //    __CdoMailHeader_MODULE_DEFINED__
  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.  
  155. //    __CdoNamespace_MODULE_DEFINED__
  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. //    __CdoNNTPEnvelope_MODULE_DEFINED__
  164. #define cdoNewsgroupList    L"http://schemas.microsoft.com/cdo/nntpenvelope/newsgrouplist"
  165. #define cdoNNTPProcessing    L"http://schemas.microsoft.com/cdo/nntpenvelope/nntpprocessing"
  166.  
  167. //    __CdoSMTPEnvelope_MODULE_DEFINED__
  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.  
  175. //    __CdoErrors_MODULE_DEFINED__
  176.  
  177. #pragma option pop /*P_O_Pop*/
  178. #endif // __cdostr_h_
  179.