Home | History | Annotate | Download | only in include

Lines Matching defs:ATT

181 #define ATT(_atp,_id) ((((DWORD) (_atp)) << 16) | ((WORD) (_id)))
183 #define attNull ATT(0,0x0000)
184 #define attFrom ATT(atpTriples,0x8000)
185 #define attSubject ATT(atpString,0x8004)
186 #define attDateSent ATT(atpDate,0x8005)
187 #define attDateRecd ATT(atpDate,0x8006)
188 #define attMessageStatus ATT(atpByte,0x8007)
189 #define attMessageClass ATT(atpWord,0x8008)
190 #define attMessageID ATT(atpString,0x8009)
191 #define attParentID ATT(atpString,0x800A)
192 #define attConversationID ATT(atpString,0x800B)
193 #define attBody ATT(atpText,0x800C)
194 #define attPriority ATT(atpShort,0x800D)
195 #define attAttachData ATT(atpByte,0x800F)
196 #define attAttachTitle ATT(atpString,0x8010)
197 #define attAttachMetaFile ATT(atpByte,0x8011)
198 #define attAttachCreateDate ATT(atpDate,0x8012)
199 #define attAttachModifyDate ATT(atpDate,0x8013)
200 #define attDateModified ATT(atpDate,0x8020)
201 #define attAttachTransportFilename ATT(atpByte,0x9001)
202 #define attAttachRenddata ATT(atpByte,0x9002)
203 #define attMAPIProps ATT(atpByte,0x9003)
204 #define attRecipTable ATT(atpByte,0x9004)
205 #define attAttachment ATT(atpByte,0x9005)
206 #define attTnefVersion ATT(atpDword,0x9006)
207 #define attOemCodepage ATT(atpByte,0x9007)
208 #define attOriginalMessageClass ATT(atpWord,0x0006)
210 #define attOwner ATT(atpByte,0x0000)
211 #define attSentFor ATT(atpByte,0x0001)
212 #define attDelegate ATT(atpByte,0x0002)
213 #define attDateStart ATT(atpDate,0x0006)
214 #define attDateEnd ATT(atpDate,0x0007)
215 #define attAidOwner ATT(atpLong,0x0008)
216 #define attRequestRes ATT(atpShort,0x0009)