mapitags.pas

来自「Drag files and Drop to delphi forms 0402」· PAS 代码 · 共 1,560 行 · 第 1/5 页

PAS
1,560
字号
const PR_RECEIVED_BY_SEARCH_KEY                    = 
   (PT_BINARY) or (($0051) shl 16);
const PR_RCVD_REPRESENTING_SEARCH_KEY              = 
   (PT_BINARY) or (($0052) shl 16);
const PR_READ_RECEIPT_SEARCH_KEY                   = 
   (PT_BINARY) or (($0053) shl 16);
const PR_REPORT_SEARCH_KEY                         = 
   (PT_BINARY) or (($0054) shl 16);
const PR_ORIGINAL_DELIVERY_TIME                    = 
   (PT_SYSTIME) or (($0055) shl 16);
const PR_ORIGINAL_AUTHOR_SEARCH_KEY                = 
   (PT_BINARY) or (($0056) shl 16);

const PR_MESSAGE_TO_ME                             = 
   (PT_BOOLEAN) or (($0057) shl 16);
const PR_MESSAGE_CC_ME                             = 
   (PT_BOOLEAN) or (($0058) shl 16);
const PR_MESSAGE_RECIP_ME                          = 
   (PT_BOOLEAN) or (($0059) shl 16);

const PR_ORIGINAL_SENDER_NAME                      = 
   (PT_TSTRING) or (($005A) shl 16);
const PR_ORIGINAL_SENDER_NAME_W                    = 
   (PT_UNICODE) or (($005A) shl 16);
const PR_ORIGINAL_SENDER_NAME_A                    = 
   (PT_STRING8) or (($005A) shl 16);
const PR_ORIGINAL_SENDER_ENTRYID                   = 
   (PT_BINARY) or (($005) shl 16);
const PR_ORIGINAL_SENDER_SEARCH_KEY                = 
   (PT_BINARY) or (($005C) shl 16);
const PR_ORIGINAL_SENT_REPRESENTING_NAME           = 
   (PT_TSTRING) or (($005D) shl 16);
const PR_ORIGINAL_SENT_REPRESENTING_NAME_W         = 
   (PT_UNICODE) or (($005D) shl 16);
const PR_ORIGINAL_SENT_REPRESENTING_NAME_A         = 
   (PT_STRING8) or (($005D) shl 16);
const PR_ORIGINAL_SENT_REPRESENTING_ENTRYID        =
   (PT_BINARY) or (($005E) shl 16);
const PR_ORIGINAL_SENT_REPRESENTING_SEARCH_KEY     = 
   (PT_BINARY) or (($005F) shl 16);

const PR_START_DATE                                = 
   (PT_SYSTIME) or (($0060) shl 16);
const PR_END_DATE                                  = 
   (PT_SYSTIME) or (($0061) shl 16);
const PR_OWNER_APPT_ID                             = 
   (PT_LONG) or (($0062) shl 16);
const PR_RESPONSE_REQUESTED                        = 
   (PT_BOOLEAN) or (($0063) shl 16);

const PR_SENT_REPRESENTING_ADDRTYPE                = 
   (PT_TSTRING) or (($0064) shl 16);
const PR_SENT_REPRESENTING_ADDRTYPE_W              = 
   (PT_UNICODE) or (($0064) shl 16);
const PR_SENT_REPRESENTING_ADDRTYPE_A              = 
   (PT_STRING8) or (($0064) shl 16);
const PR_SENT_REPRESENTING_EMAIL_ADDRESS           = 
   (PT_TSTRING) or (($0065) shl 16);
const PR_SENT_REPRESENTING_EMAIL_ADDRESS_W         = 
   (PT_UNICODE) or (($0065) shl 16);
const PR_SENT_REPRESENTING_EMAIL_ADDRESS_A         =
   (PT_STRING8) or (($0065) shl 16);

const PR_ORIGINAL_SENDER_ADDRTYPE                  = 
   (PT_TSTRING) or (($0066) shl 16);
const PR_ORIGINAL_SENDER_ADDRTYPE_W                = 
   (PT_UNICODE) or (($0066) shl 16);
const PR_ORIGINAL_SENDER_ADDRTYPE_A                = 
   (PT_STRING8) or (($0066) shl 16);
const PR_ORIGINAL_SENDER_EMAIL_ADDRESS             = 
   (PT_TSTRING) or (($0067) shl 16);
const PR_ORIGINAL_SENDER_EMAIL_ADDRESS_W           = 
   (PT_UNICODE) or (($0067) shl 16);
const PR_ORIGINAL_SENDER_EMAIL_ADDRESS_A           = 
   (PT_STRING8) or (($0067) shl 16);

const PR_ORIGINAL_SENT_REPRESENTING_ADDRTYPE       = 
   (PT_TSTRING) or (($0068) shl 16);
const PR_ORIGINAL_SENT_REPRESENTING_ADDRTYPE_W     = 
   (PT_UNICODE) or (($0068) shl 16);
const PR_ORIGINAL_SENT_REPRESENTING_ADDRTYPE_A     = 
   (PT_STRING8) or (($0068) shl 16);
const PR_ORIGINAL_SENT_REPRESENTING_EMAIL_ADDRESS  = 
   (PT_TSTRING) or (($0069) shl 16);
const PR_ORIGINAL_SENT_REPRESENTING_EMAIL_ADDRESS_W    =
   (PT_UNICODE) or (($0069) shl 16);
const PR_ORIGINAL_SENT_REPRESENTING_EMAIL_ADDRESS_A    = 
   (PT_STRING8) or (($0069) shl 16);

const PR_CONVERSATION_TOPIC                        = 
   (PT_TSTRING) or (($0070) shl 16);
const PR_CONVERSATION_TOPIC_W                      = 
   (PT_UNICODE) or (($0070) shl 16);
const PR_CONVERSATION_TOPIC_A                      = 
   (PT_STRING8) or (($0070) shl 16);
const PR_CONVERSATION_INDEX                        = 
   (PT_BINARY) or (($0071) shl 16);

const PR_ORIGINAL_DISPLAY_BCC                      = 
   (PT_TSTRING) or (($0072) shl 16);
const PR_ORIGINAL_DISPLAY_BCC_W                    = 
   (PT_UNICODE) or (($0072) shl 16);
const PR_ORIGINAL_DISPLAY_BCC_A                    = 
   (PT_STRING8) or (($0072) shl 16);
const PR_ORIGINAL_DISPLAY_CC                       = 
   (PT_TSTRING) or (($0073) shl 16);
const PR_ORIGINAL_DISPLAY_CC_W                     = 
   (PT_UNICODE) or (($0073) shl 16);
const PR_ORIGINAL_DISPLAY_CC_A                     =
   (PT_STRING8) or (($0073) shl 16);
const PR_ORIGINAL_DISPLAY_TO                       = 
   (PT_TSTRING) or (($0074) shl 16);
const PR_ORIGINAL_DISPLAY_TO_W                     =
   (PT_UNICODE) or (($0074) shl 16);
const PR_ORIGINAL_DISPLAY_TO_A                     = 
   (PT_STRING8) or (($0074) shl 16);

const PR_RECEIVED_BY_ADDRTYPE                      = 
   (PT_TSTRING) or (($0075) shl 16);
const PR_RECEIVED_BY_ADDRTYPE_W                    = 
   (PT_UNICODE) or (($0075) shl 16);
const PR_RECEIVED_BY_ADDRTYPE_A                    = 
   (PT_STRING8) or (($0075) shl 16);
const PR_RECEIVED_BY_EMAIL_ADDRESS                 = 
   (PT_TSTRING) or (($0076) shl 16);
const PR_RECEIVED_BY_EMAIL_ADDRESS_W               = 
   (PT_UNICODE) or (($0076) shl 16);
const PR_RECEIVED_BY_EMAIL_ADDRESS_A               = 
   (PT_STRING8) or (($0076) shl 16);

const PR_RCVD_REPRESENTING_ADDRTYPE                = 
   (PT_TSTRING) or (($0077) shl 16);
const PR_RCVD_REPRESENTING_ADDRTYPE_W              =
   (PT_UNICODE) or (($0077) shl 16);
const PR_RCVD_REPRESENTING_ADDRTYPE_A              = 
   (PT_STRING8) or (($0077) shl 16);
const PR_RCVD_REPRESENTING_EMAIL_ADDRESS           =
   (PT_TSTRING) or (($0078) shl 16);
const PR_RCVD_REPRESENTING_EMAIL_ADDRESS_W         = 
   (PT_UNICODE) or (($0078) shl 16);
const PR_RCVD_REPRESENTING_EMAIL_ADDRESS_A         = 
   (PT_STRING8) or (($0078) shl 16);

const PR_ORIGINAL_AUTHOR_ADDRTYPE                  = 
   (PT_TSTRING) or (($0079) shl 16);
const PR_ORIGINAL_AUTHOR_ADDRTYPE_W                = 
   (PT_UNICODE) or (($0079) shl 16);
const PR_ORIGINAL_AUTHOR_ADDRTYPE_A                = 
   (PT_STRING8) or (($0079) shl 16);
const PR_ORIGINAL_AUTHOR_EMAIL_ADDRESS             = 
   (PT_TSTRING) or (($007A) shl 16);
const PR_ORIGINAL_AUTHOR_EMAIL_ADDRESS_W           = 
   (PT_UNICODE) or (($007A) shl 16);
const PR_ORIGINAL_AUTHOR_EMAIL_ADDRESS_A           = 
   (PT_STRING8) or (($007A) shl 16);

const PR_ORIGINALLY_INTENDED_RECIP_ADDRTYPE        =
   (PT_TSTRING) or (($007) shl 16);
const PR_ORIGINALLY_INTENDED_RECIP_ADDRTYPE_W      = 
   (PT_UNICODE) or (($007) shl 16);
const PR_ORIGINALLY_INTENDED_RECIP_ADDRTYPE_A      =
   (PT_STRING8) or (($007) shl 16);
const PR_ORIGINALLY_INTENDED_RECIP_EMAIL_ADDRESS   = 
   (PT_TSTRING) or (($007C) shl 16);
const PR_ORIGINALLY_INTENDED_RECIP_EMAIL_ADDRESS_W     = 
   (PT_UNICODE) or (($007C) shl 16);
const PR_ORIGINALLY_INTENDED_RECIP_EMAIL_ADDRESS_A     = 
   (PT_STRING8) or (($007C) shl 16);

const PR_TRANSPORT_MESSAGE_HEADERS                 = 
  (PT_TSTRING) or (($007D) shl 16);
const PR_TRANSPORT_MESSAGE_HEADERS_W               = 
  (PT_UNICODE) or (($007D) shl 16);
const PR_TRANSPORT_MESSAGE_HEADERS_A               = 
  (PT_STRING8) or (($007D) shl 16);

const PR_DELEGATION                                = 
  (PT_BINARY) or (($007E) shl 16);

const PR_TNEF_CORRELATION_KEY                      = 
  (PT_BINARY) or (($007F) shl 16);



(*
 *  Message content properties
 *)

const PR_BODY                                      = 
   (PT_TSTRING) or (($1000) shl 16);
const PR_BODY_W                                    = 
   (PT_UNICODE) or (($1000) shl 16);
const PR_BODY_A                                    = 
   (PT_STRING8) or (($1000) shl 16);
const PR_REPORT_TEXT                               = 
   (PT_TSTRING) or (($1001) shl 16);
const PR_REPORT_TEXT_W                             = 
   (PT_UNICODE) or (($1001) shl 16);
const PR_REPORT_TEXT_A                             = 
   (PT_STRING8) or (($1001) shl 16);
const PR_ORIGINATOR_AND_DL_EXPANSION_HISTORY       = 
   (PT_BINARY) or (($1002) shl 16);
const PR_REPORTING_DL_NAME                         = 
   (PT_BINARY) or (($1003) shl 16);
const PR_REPORTING_MTA_CERTIFICATE                 =
   (PT_BINARY) or (($1004) shl 16);

{  Removed PR_REPORT_ORIGIN_AUTHENTICATION_CHECK with DCR 3865, use PR_ORIGIN_CHECK }

const PR_RTF_SYNC_BODY_CRC                         = 
   (PT_LONG) or (($1006) shl 16);
const PR_RTF_SYNC_BODY_COUNT                       = 
   (PT_LONG) or (($1007) shl 16);
const PR_RTF_SYNC_BODY_TAG                         = 
   (PT_TSTRING) or (($1008) shl 16);
const PR_RTF_SYNC_BODY_TAG_W                       = 
   (PT_UNICODE) or (($1008) shl 16);
const PR_RTF_SYNC_BODY_TAG_A                       = 
   (PT_STRING8) or (($1008) shl 16);
const PR_RTF_COMPRESSED                            = 
   (PT_BINARY) or (($1009) shl 16);
const PR_RTF_SYNC_PREFIX_COUNT                     = 
   (PT_LONG) or (($1010) shl 16);
const PR_RTF_SYNC_TRAILING_COUNT                   = 
   (PT_LONG) or (($1011) shl 16);
const PR_ORIGINALLY_INTENDED_RECIP_ENTRYID         = 
   (PT_BINARY) or (($1012) shl 16);

(*
 *  Reserved 0x1100-0x1200
 *)


(*
 *  Message recipient properties
 *)

const PR_CONTENT_INTEGRITY_CHECK                   = 
   (PT_BINARY) or (($0C00) shl 16);
const PR_EXPLICIT_CONVERSION                       = 
   (PT_LONG) or (($0C01) shl 16);
const PR_IPM_RETURN_REQUESTED                      = 
   (PT_BOOLEAN) or (($0C02) shl 16);
const PR_MESSAGE_TOKEN                             = 
   (PT_BINARY) or (($0C03) shl 16);
const PR_NDR_REASON_CODE                           = 
   (PT_LONG) or (($0C04) shl 16);
const PR_NDR_DIAG_CODE                             = 
   (PT_LONG) or (($0C05) shl 16);
const PR_NON_RECEIPT_NOTIFICATION_REQUESTED        = 
   (PT_BOOLEAN) or (($0C06) shl 16);
const PR_DELIVERY_POINT                            = 
   (PT_LONG) or (($0C07) shl 16);

const PR_ORIGINATOR_NON_DELIVERY_REPORT_REQUESTED  = 
   (PT_BOOLEAN) or (($0C08) shl 16);
const PR_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT  =
   (PT_BINARY) or (($0C09) shl 16);
const PR_PHYSICAL_DELIVERY_BUREAU_FAX_DELIVERY     = 
   (PT_BOOLEAN) or (($0C0A) shl 16);
const PR_PHYSICAL_DELIVERY_MODE                    = 
   (PT_LONG) or (($0C0) shl 16);
const PR_PHYSICAL_DELIVERY_REPORT_REQUEST          = 
   (PT_LONG) or (($0C0C) shl 16);
const PR_PHYSICAL_FORWARDING_ADDRESS               = 
   (PT_BINARY) or (($0C0D) shl 16);
const PR_PHYSICAL_FORWARDING_ADDRESS_REQUESTED     = 
   (PT_BOOLEAN) or (($0C0E) shl 16);
const PR_PHYSICAL_FORWARDING_PROHIBITED            = 
   (PT_BOOLEAN) or (($0C0F) shl 16);
const PR_PHYSICAL_RENDITION_ATTRIBUTES             = 
   (PT_BINARY) or (($0C10) shl 16);
const PR_PROOF_OF_DELIVERY                         = 
   (PT_BINARY) or (($0C11) shl 16);
const PR_PROOF_OF_DELIVERY_REQUESTED               = 
   (PT_BOOLEAN) or (($0C12) shl 16);
const PR_RECIPIENT_CERTIFICATE                     =
   (PT_BINARY) or (($0C13) shl 16);
const PR_RECIPIENT_NUMBER_FOR_ADVICE               = 
   (PT_TSTRING) or (($0C14) shl 16);
const PR_RECIPIENT_NUMBER_FOR_ADVICE_W             =
   (PT_UNICODE) or (($0C14) shl 16);
const PR_RECIPIENT_NUMBER_FOR_ADVICE_A             = 
   (PT_STRING8) or (($0C14) shl 16);
const PR_RECIPIENT_TYPE                            = 
   (PT_LONG) or (($0C15) shl 16);
const PR_REGISTERED_MAIL_TYPE                      = 
   (PT_LONG) or (($0C16) shl 16);
const PR_REPLY_REQUESTED                           = 
   (PT_BOOLEAN) or (($0C17) shl 16);
const PR_REQUESTED_DELIVERY_METHOD                 = 
   (PT_LONG) or (($0C18) shl 16);
const PR_SENDER_ENTRYID                            = 
   (PT_BINARY) or (($0C19) shl 16);
const PR_SENDER_NAME                               = 
   (PT_TSTRING) or (($0C1A) shl 16);
const PR_SENDER_NAME_W                             = 
   (PT_UNICODE) or (($0C1A) shl 16);
const PR_SENDER_NAME_A                             = 
   (PT_STRING8) or (($0C1A) shl 16);
const PR_SUPPLEMENTARY_INFO                        =
   (PT_TSTRING) or (($0C1) shl 16);
const PR_SUPPLEMENTARY_INFO_W                      = 
   (PT_UNICODE) or (($0C1) shl 16);
const PR_SUPPLEMENTARY_INFO_A                      =
   (PT_STRING8) or (($0C1) shl 16);
const PR_TYPE_OF_MTS_USER                          = 
   (PT_LONG) or (($0C1C) shl 16);
const PR_SENDER_SEARCH_KEY                         = 
   (PT_BINARY) or (($0C1D) shl 16);
const PR_SENDER_ADDRTYPE                           = 
   (PT_TSTRING) or (($0C1E) shl 16);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?