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