Home
last modified time | relevance | path

Searched refs:PR_ENTRYID (Results 1 – 25 of 68) sorted by relevance

123

/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/backend/kopano/
H A Dlistfolders.php119 $adminStore = @mapi_openmsgstore($session, $storeslist[0][PR_ENTRYID]);
142 $rows = @mapi_table_queryallrows($storestables, array(PR_ENTRYID, PR_MDB_PROVIDER));
146 if (!isset($row[PR_ENTRYID])) {
150 $entryid = $row[PR_ENTRYID];
180 …$subfolders = @mapi_table_queryallrows($h_table, array(PR_ENTRYID, PR_DISPLAY_NAME, PR_CONTAINER_C…
194 $folder[PR_ENTRYID] == $storeProps[PR_IPM_SENTMAIL_ENTRYID] ||
195 $folder[PR_ENTRYID] == $storeProps[PR_IPM_WASTEBASKET_ENTRYID])) {
H A Dmapimapping.php191 "entryid" => PR_ENTRYID,
497 "entryid" => PR_ENTRYID,
H A Dcheckshares.php220 …$rows = mapi_table_queryallrows($storestables, array(PR_ENTRYID, PR_DEFAULT_STORE, PR_MDB_PROVIDER…
224 $entryid = $row[PR_ENTRYID];
228 $entryid = $row[PR_ENTRYID];
H A Dkopano.php1375 … $tmp = mapi_getprops($this->store, array(PR_ENTRYID,PR_DISPLAY_NAME,PR_IPM_SUBTREE_ENTRYID));
1452 mapi_folder_deletefolder($finderfolder, $folder[PR_ENTRYID]);
1762 $entryid = $row[PR_ENTRYID];
1766 $entryid = $row[PR_ENTRYID];
2178 $searchFolder = mapi_table_queryrows($searchFolders, array(PR_ENTRYID), 0, 1);
2180 return mapi_msgstore_openentry($this->store, $searchFolder[0][PR_ENTRYID]);
2307 $distList = mapi_ab_openentry($addrbook, $abentries[$i][PR_ENTRYID]);
2362 … $contacts = $this->getContactsFromFolder($this->defaultstore, $folder[PR_ENTRYID], $to);
2381 $publicstore = mapi_openmsgstore($this->session, $row[PR_ENTRYID]);
2472 if (isset($recipientProperties[PR_ENTRYID])) {
[all …]
H A Dmapiprovider.php872 elseif ($addrtype == "ZARAFA" && isset($row[PR_ENTRYID]))
873 $address = $this->getSMTPAddressFromEntryID($row[PR_ENTRYID]);
965 …if (isset($folderprops[PR_SOURCE_KEY]) && !isset($folderprops[PR_ENTRYID]) && !isset($folderprops[…
975 !isset($folderprops[PR_ENTRYID]) ||
990 || in_array($folderprops[PR_ENTRYID], $this->getSpecialFoldersData())) {
1037 if($entryid == $inboxprops[PR_ENTRYID])
1084 $inboxProps = mapi_getprops($inbox, array(PR_ENTRYID));
1094 "inbox" => array("inbox"=>PR_ENTRYID),
1530 $recip[PR_ENTRYID] = $userinfo[0][PR_ENTRYID];
2840 if(!isset($this->inboxProps[PR_ENTRYID])) {
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/backend/kopano/
H A Dlistfolders.php119 $adminStore = @mapi_openmsgstore($session, $storeslist[0][PR_ENTRYID]);
142 $rows = @mapi_table_queryallrows($storestables, array(PR_ENTRYID, PR_MDB_PROVIDER));
146 if (!isset($row[PR_ENTRYID])) {
150 $entryid = $row[PR_ENTRYID];
180 …$subfolders = @mapi_table_queryallrows($h_table, array(PR_ENTRYID, PR_DISPLAY_NAME, PR_CONTAINER_C…
194 $folder[PR_ENTRYID] == $storeProps[PR_IPM_SENTMAIL_ENTRYID] ||
195 $folder[PR_ENTRYID] == $storeProps[PR_IPM_WASTEBASKET_ENTRYID])) {
H A Dkopano.php922 $folder = mapi_msgstore_openentry($this->store, $inboxprops[PR_ENTRYID]);
937 $rows = mapi_table_queryallrows($inboxcontents, array(PR_ENTRYID), $restrict);
942 $mapimessage = mapi_msgstore_openentry($this->store, $rows[0][PR_ENTRYID]);
943 $reqentryid = $rows[0][PR_ENTRYID];
1506 mapi_folder_deletefolder($finderfolder, $folder[PR_ENTRYID]);
1826 $entryid = $row[PR_ENTRYID];
1830 $entryid = $row[PR_ENTRYID];
2244 return mapi_msgstore_openentry($this->store, $searchFolder[0][PR_ENTRYID]);
2453 $publicstore = mapi_openmsgstore($this->session, $row[PR_ENTRYID]);
2544 if (isset($recipientProperties[PR_ENTRYID])) {
[all …]
H A Dmapimapping.php191 "entryid" => PR_ENTRYID,
497 "entryid" => PR_ENTRYID,
H A Dcheckshares.php220 …$rows = mapi_table_queryallrows($storestables, array(PR_ENTRYID, PR_DEFAULT_STORE, PR_MDB_PROVIDER…
224 $entryid = $row[PR_ENTRYID];
228 $entryid = $row[PR_ENTRYID];
H A Dmapiprovider.php875 elseif ($addrtype == "ZARAFA" && isset($row[PR_ENTRYID]))
876 $address = $this->getSMTPAddressFromEntryID($row[PR_ENTRYID]);
968 …if (isset($folderprops[PR_SOURCE_KEY]) && !isset($folderprops[PR_ENTRYID]) && !isset($folderprops[…
978 !isset($folderprops[PR_ENTRYID]) ||
993 || in_array($folderprops[PR_ENTRYID], $this->getSpecialFoldersData())) {
1040 if($entryid == $inboxprops[PR_ENTRYID])
1087 $inboxProps = mapi_getprops($inbox, array(PR_ENTRYID));
1097 "inbox" => array("inbox"=>PR_ENTRYID),
1534 $recip[PR_ENTRYID] = $userinfo[0][PR_ENTRYID];
2844 if(!isset($this->inboxProps[PR_ENTRYID])) {
[all …]
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/tools/gab-sync/lib/
H A Dkopano.php247 $result[] = $item[PR_ENTRYID];
348 $gabentries = mapi_table_queryrows($table, array( PR_ENTRYID,
409 $groupentry = mapi_ab_openentry($addrbook, $entry[PR_ENTRYID]);
421 if ($user[PR_ENTRYID] == $entry[PR_ENTRYID]) {
501 if (isset($chunkdata[PR_ENTRYID])) {
502 $message = mapi_msgstore_openentry($store, $chunkdata[PR_ENTRYID]);
541 mapi_folder_deletemessages($folder, array($chunkdata[PR_ENTRYID]), DELETE_HARD_DELETE);
571 $message = mapi_msgstore_openentry($store, $chunkdata[PR_ENTRYID]);
625 $entries = mapi_table_queryallrows($table, array(PR_ENTRYID, $this->mapiprops['chunkCRC']));
659 $entryid = $row[PR_ENTRYID];
[all …]
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/backend/kopano/mapi/
H A Dclass.meetingrequest.php90 PR_ENTRYID,
429 …if(isset($recipient[PR_ENTRYID]) && $this->compareABEntryIDs($recipient[PR_ENTRYID], $senderentryi…
857 $entryid = $props[PR_ENTRYID];
961 $entryid = $messageprops[PR_ENTRYID];
1024 $entryid = $props[PR_ENTRYID];
1080 $entryid = $messageprops[PR_ENTRYID];
2053 $calendaritems[] = $row[PR_ENTRYID];
2156 $entryid = $row[PR_ENTRYID];
2525 if($storeProps[PR_ENTRYID] !== $defaultStoreProps[PR_ENTRYID]) {
3028 if ($this->compareABEntryIDs($recip[PR_ENTRYID], $delRecip[PR_ENTRYID])) {
[all …]
H A Dclass.taskrequest.php96 PR_ENTRYID,
249 $rows = mapi_table_queryallrows($contents, array(PR_ENTRYID), $restriction);
279 $entryid = $rows[0][PR_ENTRYID];
485 $sentTaskRequest = mapi_msgstore_openentry($store, $row[PR_ENTRYID]);
713 $props = mapi_getprops($task, array(PR_ENTRYID));
714 mapi_folder_deletemessages($taskFolder, array($props[PR_ENTRYID]));
821 $props[PR_SENT_REPRESENTING_ENTRYID] = $mailuserprops[PR_ENTRYID];
931 return mapi_openmsgstore($this->session, $row[PR_ENTRYID]);
1066 PR_ENTRYID => $taskReqProps[PR_SENT_REPRESENTING_ENTRYID],
1124 $entryid = $rows[0][PR_ENTRYID];
[all …]
H A Dclass.taskrecurrence.php33 $properties["entryid"] = PR_ENTRYID;
156 … $result = mapi_getprops($this->message, array(PR_ENTRYID, PR_PARENT_ENTRYID, PR_STORE_ENTRYID));
274 …$recipients = mapi_table_queryallrows($recipienttable, array(PR_ENTRYID, PR_DISPLAY_NAME, PR_EMAIL…
314 … return mapi_getprops($newMessage, array(PR_ENTRYID, PR_PARENT_ENTRYID, PR_STORE_ENTRYID));
H A Dmapi.util.php252 …$proplist = array(PR_ENTRYID, $properties["recurring"], $properties["recurring_data"], $properties…
H A Dclass.recurrence.php39 PR_ENTRYID,
70 $properties["entryid"] = PR_ENTRYID;
1227 $organizer[PR_ENTRYID] = $messageProps[PR_SENT_REPRESENTING_ENTRYID];
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/backend/kopano/mapi/
H A Dclass.meetingrequest.php90 PR_ENTRYID,
429 …if(isset($recipient[PR_ENTRYID]) && $this->compareABEntryIDs($recipient[PR_ENTRYID], $senderentryi…
857 $entryid = $props[PR_ENTRYID];
961 $entryid = $messageprops[PR_ENTRYID];
1024 $entryid = $props[PR_ENTRYID];
1080 $entryid = $messageprops[PR_ENTRYID];
2053 $calendaritems[] = $row[PR_ENTRYID];
2156 $entryid = $row[PR_ENTRYID];
2525 if($storeProps[PR_ENTRYID] !== $defaultStoreProps[PR_ENTRYID]) {
3028 if ($this->compareABEntryIDs($recip[PR_ENTRYID], $delRecip[PR_ENTRYID])) {
[all …]
H A Dclass.taskrequest.php96 PR_ENTRYID,
249 $rows = mapi_table_queryallrows($contents, array(PR_ENTRYID), $restriction);
279 $entryid = $rows[0][PR_ENTRYID];
485 $sentTaskRequest = mapi_msgstore_openentry($store, $row[PR_ENTRYID]);
713 $props = mapi_getprops($task, array(PR_ENTRYID));
714 mapi_folder_deletemessages($taskFolder, array($props[PR_ENTRYID]));
821 $props[PR_SENT_REPRESENTING_ENTRYID] = $mailuserprops[PR_ENTRYID];
931 return mapi_openmsgstore($this->session, $row[PR_ENTRYID]);
1066 PR_ENTRYID => $taskReqProps[PR_SENT_REPRESENTING_ENTRYID],
1124 $entryid = $rows[0][PR_ENTRYID];
[all …]
H A Dclass.taskrecurrence.php33 $properties["entryid"] = PR_ENTRYID;
156 … $result = mapi_getprops($this->message, array(PR_ENTRYID, PR_PARENT_ENTRYID, PR_STORE_ENTRYID));
274 …$recipients = mapi_table_queryallrows($recipienttable, array(PR_ENTRYID, PR_DISPLAY_NAME, PR_EMAIL…
314 … return mapi_getprops($newMessage, array(PR_ENTRYID, PR_PARENT_ENTRYID, PR_STORE_ENTRYID));
H A Dmapi.util.php252 …$proplist = array(PR_ENTRYID, $properties["recurring"], $properties["recurring_data"], $properties…
H A Dclass.recurrence.php39 PR_ENTRYID,
70 $properties["entryid"] = PR_ENTRYID;
1227 $organizer[PR_ENTRYID] = $messageProps[PR_SENT_REPRESENTING_ENTRYID];
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/tools/gab2contacts/lib/
H A Dkopano.php150 $gabentries = mapi_table_queryallrows($table, array(PR_ENTRYID,
336 …$rows = mapi_table_queryallrows($storestables, array(PR_ENTRYID, PR_DEFAULT_STORE, PR_MDB_PROVIDER…
340 $entryid = $row[PR_ENTRYID];
344 $entryid = $row[PR_ENTRYID];
428 …$entries = mapi_table_queryallrows($table, array(PR_ENTRYID, PR_ACCOUNT, $this->mapiprops['hash'])…
434 …$return[$e[PR_ACCOUNT]] = array('entryid' => $e[PR_ENTRYID], 'hash' => $e[$this->mapiprops['hash']…
/dports/devel/upp/upp/bazaar/MAPIEx/
H A DMAPIFolder.cpp72 if(GetProperty(PR_ENTRYID, pProp) == S_OK) { in Attach()
98 SizedSPropTagArray(nProperties, Columns)={nProperties,{PR_DISPLAY_NAME, PR_ENTRYID}}; in GetHierarchy()
161 ULONG rgTags[]={ 1, PR_ENTRYID }; in DeleteSubFolder()
179 SizedSPropTagArray(nProperties, Columns) = {nProperties,{PR_MESSAGE_FLAGS, PR_ENTRYID }}; in GetContents()
H A DMAPIEx.cpp228 SizedSPropTagArray(nProperties, Columns) = {nProperties,{PR_DISPLAY_NAME, PR_ENTRYID, in GetMessageStoreProperties()
254 SizedSPropTagArray(nProperties, Columns)={nProperties,{PR_DISPLAY_NAME, PR_ENTRYID, in OpenMessageStore()
283 SizedSPropTagArray(nProperties, Columns) = {nProperties,{PR_DISPLAY_NAME, PR_ENTRYID, in OpenMessageStore()
622 pProp = MF().PpropFindProp(adrEntry.rgPropVals,adrEntry.cValues, PR_ENTRYID); in GetEmail()
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/tools/
H A Dfix-meetings-2.0.8+2.1.0-ios7.py43 … gab.SetColumns([PR_DISPLAY_NAME, PR_EMAIL_ADDRESS, PR_ENTRYID, PR_SEARCH_KEY, PR_ADDRTYPE], 0)
63 t.SetColumns([PR_ENTRYID], 0)

123