mapitags.pas

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

PAS
1,560
字号
   (PT_BINARY) or (($35E3) shl 16);
const PR_IPM_SENTMAIL_ENTRYID                      = 
   (PT_BINARY) or (($35E4) shl 16);
const PR_VIEWS_ENTRYID                             = 
   (PT_BINARY) or (($35E5) shl 16);
const PR_COMMON_VIEWS_ENTRYID                      = 
   (PT_BINARY) or (($35E6) shl 16);
const PR_FINDER_ENTRYID                            = 
   (PT_BINARY) or (($35E7) shl 16);

{ Proptags 0x35E8-0x35FF reserved for folders "guaranteed" by PR_VALID_FOLDER_MASK }


(*
 *  Folder and AB Container properties
 *)

const PR_CONTAINER_FLAGS                           = 
   (PT_LONG) or (($3600) shl 16);
const PR_FOLDER_TYPE                               = 
   (PT_LONG) or (($3601) shl 16);
const PR_CONTENT_COUNT                             = 
   (PT_LONG) or (($3602) shl 16);
const PR_CONTENT_UNREAD                            = 
   (PT_LONG) or (($3603) shl 16);
const PR_CREATE_TEMPLATES                          = 
   (PT_OBJECT) or (($3604) shl 16);
const PR_DETAILS_TABLE                             = 
   (PT_OBJECT) or (($3605) shl 16);
const PR_SEARCH                                    = 
   (PT_OBJECT) or (($3607) shl 16);
const PR_SELECTABLE                                = 
   (PT_BOOLEAN) or (($3609) shl 16);
const PR_SUBFOLDERS                                = 
   (PT_BOOLEAN) or (($360A) shl 16);
const PR_STATUS                                    = 
   (PT_LONG) or (($360) shl 16);
const PR_ANR                                       = 
   (PT_TSTRING) or (($360C) shl 16);
const PR_ANR_W                                     = 
   (PT_UNICODE) or (($360C) shl 16);
const PR_ANR_A                                     = 
   (PT_STRING8) or (($360C) shl 16);
const PR_CONTENTS_SORT_ORDER                       = 
   (PT_MV_LONG) or (($360D) shl 16);
const PR_CONTAINER_HIERARCHY                       = 
   (PT_OBJECT) or (($360E) shl 16);
const PR_CONTAINER_CONTENTS                        = 
   (PT_OBJECT) or (($360F) shl 16);
const PR_FOLDER_ASSOCIATED_CONTENTS                = 
   (PT_OBJECT) or (($3610) shl 16);
const PR_DEF_CREATE_DL                             = 
   (PT_BINARY) or (($3611) shl 16);
const PR_DEF_CREATE_MAILUSER                       = 
   (PT_BINARY) or (($3612) shl 16);
const PR_CONTAINER_CLASS                           = 
   (PT_TSTRING) or (($3613) shl 16);
const PR_CONTAINER_CLASS_W                         = 
   (PT_UNICODE) or (($3613) shl 16);
const PR_CONTAINER_CLASS_A                         = 
   (PT_STRING8) or (($3613) shl 16);
const PR_CONTAINER_MODIFY_VERSION                  = 
   (PT_I8) or (($3614) shl 16);
const PR_AB_PROVIDER_ID                            = 
   (PT_BINARY) or (($3615) shl 16);
const PR_DEFAULT_VIEW_ENTRYID                      = 
   (PT_BINARY) or (($3616) shl 16);
const PR_ASSOC_CONTENT_COUNT                       = 
   (PT_LONG) or (($3617) shl 16);

{ Reserved 0x36C0-0x36FF }

(*
 *  Attachment properties
 *)

const PR_ATTACHMENT_X400_PARAMETERS                = 
   (PT_BINARY) or (($3700) shl 16);
const PR_ATTACH_DATA_OBJ                           = 
   (PT_OBJECT) or (($3701) shl 16);
const PR_ATTACH_DATA_BIN                           = 
   (PT_BINARY) or (($3701) shl 16);
const PR_ATTACH_ENCODING                           = 
   (PT_BINARY) or (($3702) shl 16);
const PR_ATTACH_EXTENSION                          = 
   (PT_TSTRING) or (($3703) shl 16);
const PR_ATTACH_EXTENSION_W                        = 
   (PT_UNICODE) or (($3703) shl 16);
const PR_ATTACH_EXTENSION_A                        =
   (PT_STRING8) or (($3703) shl 16);
const PR_ATTACH_FILENAME                           = 
   (PT_TSTRING) or (($3704) shl 16);
const PR_ATTACH_FILENAME_W                         = 
   (PT_UNICODE) or (($3704) shl 16);
const PR_ATTACH_FILENAME_A                         = 
   (PT_STRING8) or (($3704) shl 16);
const PR_ATTACH_METHOD                             = 
   (PT_LONG) or (($3705) shl 16);
const PR_ATTACH_LONG_FILENAME                      = 
   (PT_TSTRING) or (($3707) shl 16);
const PR_ATTACH_LONG_FILENAME_W                    = 
   (PT_UNICODE) or (($3707) shl 16);
const PR_ATTACH_LONG_FILENAME_A                    = 
   (PT_STRING8) or (($3707) shl 16);
const PR_ATTACH_PATHNAME                           = 
   (PT_TSTRING) or (($3708) shl 16);
const PR_ATTACH_PATHNAME_W                         = 
   (PT_UNICODE) or (($3708) shl 16);
const PR_ATTACH_PATHNAME_A                         = 
   (PT_STRING8) or (($3708) shl 16);
const PR_ATTACH_RENDERING                          = 
   (PT_BINARY) or (($3709) shl 16);
const PR_ATTACH_TAG                                =
   (PT_BINARY) or (($370A) shl 16);
const PR_RENDERING_POSITION                        = 
   (PT_LONG) or (($370B) shl 16);
const PR_ATTACH_TRANSPORT_NAME                     = 
   (PT_TSTRING) or (($370C) shl 16);
const PR_ATTACH_TRANSPORT_NAME_W                   = 
   (PT_UNICODE) or (($370C) shl 16);
const PR_ATTACH_TRANSPORT_NAME_A                   = 
   (PT_STRING8) or (($370C) shl 16);
const PR_ATTACH_LONG_PATHNAME                      = 
   (PT_TSTRING) or (($370D) shl 16);
const PR_ATTACH_LONG_PATHNAME_W                    = 
   (PT_UNICODE) or (($370D) shl 16);
const PR_ATTACH_LONG_PATHNAME_A                    = 
   (PT_STRING8) or (($370D) shl 16);
const PR_ATTACH_MIME_TAG                           = 
   (PT_TSTRING) or (($370E) shl 16);
const PR_ATTACH_MIME_TAG_W                         = 
   (PT_UNICODE) or (($370E) shl 16);
const PR_ATTACH_MIME_TAG_A                         = 
   (PT_STRING8) or (($370E) shl 16);
const PR_ATTACH_ADDITIONAL_INFO                    = 
   (PT_BINARY) or (($370F) shl 16);

(*
 *  AB Object properties
 *)

const PR_DISPLAY_TYPE                              = 
   (PT_LONG) or (($3900) shl 16);
const PR_TEMPLATEID                                = 
   (PT_BINARY) or (($3902) shl 16);
const PR_PRIMARY_CAPABILITY                        = 
   (PT_BINARY) or (($3904) shl 16);


(*
 *  Mail user properties
 *)
const PR_7BIT_DISPLAY_NAME                         = 
   (PT_STRING8) or (($39FF) shl 16);
const PR_ACCOUNT                                   = 
   (PT_TSTRING) or (($3A00) shl 16);
const PR_ACCOUNT_W                                 = 
   (PT_UNICODE) or (($3A00) shl 16);
const PR_ACCOUNT_A                                 = 
   (PT_STRING8) or (($3A00) shl 16);
const PR_ALTERNATE_RECIPIENT                       =
   (PT_BINARY) or (($3A01) shl 16);
const PR_CALLBACK_TELEPHONE_NUMBER                 = 
   (PT_TSTRING) or (($3A02) shl 16);
const PR_CALLBACK_TELEPHONE_NUMBER_W               = 
   (PT_UNICODE) or (($3A02) shl 16);
const PR_CALLBACK_TELEPHONE_NUMBER_A               = 
   (PT_STRING8) or (($3A02) shl 16);
const PR_CONVERSION_PROHIBITED                     = 
   (PT_BOOLEAN) or (($3A03) shl 16);
const PR_DISCLOSE_RECIPIENTS                       = 
   (PT_BOOLEAN) or (($3A04) shl 16);
const PR_GENERATION                                = 
   (PT_TSTRING) or (($3A05) shl 16);
const PR_GENERATION_W                              = 
   (PT_UNICODE) or (($3A05) shl 16);
const PR_GENERATION_A                              = 
   (PT_STRING8) or (($3A05) shl 16);
const PR_GIVEN_NAME                                = 
   (PT_TSTRING) or (($3A06) shl 16);
const PR_GIVEN_NAME_W                              = 
   (PT_UNICODE) or (($3A06) shl 16);
const PR_GIVEN_NAME_A                              = 
   (PT_STRING8) or (($3A06) shl 16);
const PR_GOVERNMENT_ID_NUMBER                      =
   (PT_TSTRING) or (($3A07) shl 16);
const PR_GOVERNMENT_ID_NUMBER_W                    = 
   (PT_UNICODE) or (($3A07) shl 16);
const PR_GOVERNMENT_ID_NUMBER_A                    = 
   (PT_STRING8) or (($3A07) shl 16);
const PR_BUSINESS_TELEPHONE_NUMBER                 = 
   (PT_TSTRING) or (($3A08) shl 16);
const PR_BUSINESS_TELEPHONE_NUMBER_W               = 
   (PT_UNICODE) or (($3A08) shl 16);
const PR_BUSINESS_TELEPHONE_NUMBER_A               = 
   (PT_STRING8) or (($3A08) shl 16);
const PR_OFFICE_TELEPHONE_NUMBER                   = PR_BUSINESS_TELEPHONE_NUMBER;
const PR_OFFICE_TELEPHONE_NUMBER_W                 = PR_BUSINESS_TELEPHONE_NUMBER_W;
const PR_OFFICE_TELEPHONE_NUMBER_A                 = PR_BUSINESS_TELEPHONE_NUMBER_A;
const PR_HOME_TELEPHONE_NUMBER                     = 
   (PT_TSTRING) or (($3A09) shl 16);
const PR_HOME_TELEPHONE_NUMBER_W                   = 
   (PT_UNICODE) or (($3A09) shl 16);
const PR_HOME_TELEPHONE_NUMBER_A                   = 
   (PT_STRING8) or (($3A09) shl 16);
const PR_INITIALS                                  = 
   (PT_TSTRING) or (($3A0A) shl 16);
const PR_INITIALS_W                                = 
   (PT_UNICODE) or (($3A0A) shl 16);
const PR_INITIALS_A                                = 
   (PT_STRING8) or (($3A0A) shl 16);
const PR_KEYWORD                                   = 
   (PT_TSTRING) or (($3A0) shl 16);
const PR_KEYWORD_W                                 = 
   (PT_UNICODE) or (($3A0) shl 16);
const PR_KEYWORD_A                                 = 
   (PT_STRING8) or (($3A0) shl 16);
const PR_LANGUAGE                                  = 
   (PT_TSTRING) or (($3A0C) shl 16);
const PR_LANGUAGE_W                                = 
   (PT_UNICODE) or (($3A0C) shl 16);
const PR_LANGUAGE_A                                = 
   (PT_STRING8) or (($3A0C) shl 16);
const PR_LOCATION                                  = 
   (PT_TSTRING) or (($3A0D) shl 16);
const PR_LOCATION_W                                = 
   (PT_UNICODE) or (($3A0D) shl 16);
const PR_LOCATION_A                                = 
   (PT_STRING8) or (($3A0D) shl 16);
const PR_MAIL_PERMISSION                           = 
   (PT_BOOLEAN) or (($3A0E) shl 16);
const PR_MHS_COMMON_NAME                           = 
   (PT_TSTRING) or (($3A0F) shl 16);
const PR_MHS_COMMON_NAME_W                         = 
   (PT_UNICODE) or (($3A0F) shl 16);
const PR_MHS_COMMON_NAME_A                         = 
   (PT_STRING8) or (($3A0F) shl 16);
const PR_ORGANIZATIONAL_ID_NUMBER                  = 
   (PT_TSTRING) or (($3A10) shl 16);
const PR_ORGANIZATIONAL_ID_NUMBER_W                = 
   (PT_UNICODE) or (($3A10) shl 16);
const PR_ORGANIZATIONAL_ID_NUMBER_A                = 
   (PT_STRING8) or (($3A10) shl 16);
const PR_SURNAME                                   = 
   (PT_TSTRING) or (($3A11) shl 16);
const PR_SURNAME_W                                 = 
   (PT_UNICODE) or (($3A11) shl 16);
const PR_SURNAME_A                                 = 
   (PT_STRING8) or (($3A11) shl 16);
const PR_ORIGINAL_ENTRYID                          = 
   (PT_BINARY) or (($3A12) shl 16);
const PR_ORIGINAL_DISPLAY_NAME                     = 
   (PT_TSTRING) or (($3A13) shl 16);
const PR_ORIGINAL_DISPLAY_NAME_W                   = 
   (PT_UNICODE) or (($3A13) shl 16);
const PR_ORIGINAL_DISPLAY_NAME_A                   = 
   (PT_STRING8) or (($3A13) shl 16);
const PR_ORIGINAL_SEARCH_KEY                       = 
   (PT_BINARY) or (($3A14) shl 16);
const PR_POSTAL_ADDRESS                            = 
   (PT_TSTRING) or (($3A15) shl 16);
const PR_POSTAL_ADDRESS_W                          = 
   (PT_UNICODE) or (($3A15) shl 16);
const PR_POSTAL_ADDRESS_A                          = 
   (PT_STRING8) or (($3A15) shl 16);
const PR_COMPANY_NAME                              = 
   (PT_TSTRING) or (($3A16) shl 16);
const PR_COMPANY_NAME_W                            = 
   (PT_UNICODE) or (($3A16) shl 16);
const PR_COMPANY_NAME_A                            = 
   (PT_STRING8) or (($3A16) shl 16);
const PR_TITLE                                     = 
   (PT_TSTRING) or (($3A17) shl 16);
const PR_TITLE_W                                   = 
   (PT_UNICODE) or (($3A17) shl 16);
const PR_TITLE_A                                   = 
   (PT_STRING8) or (($3A17) shl 16);
const PR_DEPARTMENT_NAME                           = 
   (PT_TSTRING) or (($3A18) shl 16);
const PR_DEPARTMENT_NAME_W                         = 
   (PT_UNICODE) or (($3A18) shl 16);
const PR_DEPARTMENT_NAME_A                         = 
   (PT_STRING8) or (($3A18) shl 16);
const PR_OFFICE_LOCATION                           = 
   (PT_TSTRING) or (($3A19) shl 16);
const PR_OFFICE_LOCATION_W                         = 
   (PT_UNICODE) or (($3A19) shl 16);
const PR_OFFICE_LOCATION_A                         = 
   (PT_STRING8) or (($3A19) shl 16);
const PR_PRIMARY_TELEPHONE_NUMBER                  = 
   (PT_TSTRING) or (($3A1A) shl 16);
const PR_PRIMARY_TELEPHONE_NUMBER_W                = 
   (PT_UNICODE) or (($3A1A) shl 16);
const PR_PRIMARY_TELEPHONE_NUMBER_A                = 
   (PT_STRING8) or (($3A1A) shl 16);
const PR_BUSINESS2_TELEPHONE_NUMBER                = 
   (PT_TSTRING) or (($3A1) shl 16);
const PR_BUSINESS2_TELEPHONE_NUMBER_W              = 
   (PT_UNICODE) or (($3A1) shl 16);
const PR_BUSINESS2_TELEPHONE_NUMBER_A              = 
   (PT_STRING8) or (($3A1) shl 16);
const PR_OFFICE2_TELEPHONE_NUMBER                  = PR_BUSINESS2_TELEPHONE_NUMBER;
const PR_OFFICE2_TELEPHONE_NUMBER_W                = PR_BUSINESS2_TELEPHONE_NUMBER_W;
const PR_OFFICE2_TELEPHONE_NUMBER_A                = PR_BUSINESS2_TELEPHONE_NUMBER_A;
const PR_MOBILE_TELEPHONE_NUMBER                   =
   (PT_TSTRING) or (($3A1C) shl 16);
const PR_MOBILE_TELEPHONE_NUMBER_W                 = 
   (PT_UNICODE) or (($3A1C) shl 16);
const PR_MOBILE_TELEPHONE_NUMBER_A                 = 
   (PT_STRING8) or (($3A1C) shl 16);
const PR_CELLULAR_TELEPHONE_NUMBER                 = PR_MOBILE_TELEPHONE_NUMBER;
const PR_CELLULAR_TELEPHONE_NUMBER_W               = PR_MOBILE_TELEPHONE_NUMBER_W;

⌨️ 快捷键说明

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