Home
last modified time | relevance | path

Searched refs:PR_SUBJECT (Results 1 – 25 of 55) sorted by relevance

123

/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/backend/kopano/
H A Dmapimapping.php134 "subject" => PR_SUBJECT,
158 "displayname" => PR_SUBJECT,
162 "subject" => PR_SUBJECT,
289 "subject" => PR_SUBJECT,
366 "subject" => PR_SUBJECT,
451 "subject" => PR_SUBJECT,
488 "subject" => PR_SUBJECT,
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/backend/kopano/
H A Dmapimapping.php134 "subject" => PR_SUBJECT,
158 "displayname" => PR_SUBJECT,
162 "subject" => PR_SUBJECT,
289 "subject" => PR_SUBJECT,
366 "subject" => PR_SUBJECT,
451 "subject" => PR_SUBJECT,
488 "subject" => PR_SUBJECT,
/dports/devel/upp/upp/bazaar/MAPIEx/
H A DMAPIAppointment.cpp58 return GetPropertyString(PR_SUBJECT); in GetSubject()
82 return SetPropertyString(PR_SUBJECT, szSubject); in SetSubject()
H A DMAPIMessage.cpp48 m_strSubject = GetPropertyString(PR_SUBJECT); in Open()
290 SetPropertyString(PR_SUBJECT, subject); in SetSubject()
H A DMAPIContact.cpp581 if(!SetPropertyString(PR_SUBJECT, strFileAs)) in UpdateDisplayName()
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/backend/kopano/mapi/
H A Dclass.freebusypublish.php45 $properties["subject"] = PR_SUBJECT;
312 $ts["subject"] = $item[PR_SUBJECT];
318 $ts["subject"] = $item[PR_SUBJECT];
H A Dclass.taskrequest.php502 $messageprops = mapi_getprops($this->message, array(PR_SUBJECT));
513 PR_CONVERSATION_TOPIC => $messageprops[PR_SUBJECT],
534 PR_SUBJECT => $prefix . $messageprops[PR_SUBJECT]
541 PR_DISPLAY_NAME => $messageprops[PR_SUBJECT]));
727 … $messageProps = mapi_getprops($this->message, array($this->props['taskstate'], PR_SUBJECT));
903 $props[PR_SUBJECT] = $prefix . $messageprops[PR_CONVERSATION_TOPIC];
1174 …RESENTING_EMAIL_ADDRESS, PR_SENT_REPRESENTING_ADDRTYPE, PR_SENT_REPRESENTING_ENTRYID, PR_SUBJECT));
H A Dclass.meetingrequest.php526 $listProperties['subject'] = PR_SUBJECT;
1869 PR_SUBJECT,
1898 $props[PR_SUBJECT] = $imsgprops[PR_SUBJECT];
1975 $props[PR_SUBJECT] = $subjectprefix . ': ' . $messageprops[PR_SUBJECT];
2498 if($prefix && isset($messageprops[PR_SUBJECT])) {
2499 $messageprops[PR_SUBJECT] = $prefix . $messageprops[PR_SUBJECT];
2913 if ($prefix && isset($newmessageprops[PR_SUBJECT]))
2914 $newmessageprops[PR_SUBJECT] = $prefix . $newmessageprops[PR_SUBJECT];
3054 if (isset($newmessageprops[PR_SUBJECT])) {
3055 $newmessageprops[PR_SUBJECT] = _('Canceled: ') . $newmessageprops[PR_SUBJECT];
H A Dclass.taskrecurrence.php38 $properties["subject"] = PR_SUBJECT;
H A Dclass.recurrence.php74 $properties["subject"] = PR_SUBJECT;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/backend/kopano/mapi/
H A Dclass.freebusypublish.php45 $properties["subject"] = PR_SUBJECT;
312 $ts["subject"] = $item[PR_SUBJECT];
318 $ts["subject"] = $item[PR_SUBJECT];
H A Dclass.taskrequest.php502 $messageprops = mapi_getprops($this->message, array(PR_SUBJECT));
513 PR_CONVERSATION_TOPIC => $messageprops[PR_SUBJECT],
534 PR_SUBJECT => $prefix . $messageprops[PR_SUBJECT]
541 PR_DISPLAY_NAME => $messageprops[PR_SUBJECT]));
727 … $messageProps = mapi_getprops($this->message, array($this->props['taskstate'], PR_SUBJECT));
903 $props[PR_SUBJECT] = $prefix . $messageprops[PR_CONVERSATION_TOPIC];
1174 …RESENTING_EMAIL_ADDRESS, PR_SENT_REPRESENTING_ADDRTYPE, PR_SENT_REPRESENTING_ENTRYID, PR_SUBJECT));
H A Dclass.meetingrequest.php526 $listProperties['subject'] = PR_SUBJECT;
1869 PR_SUBJECT,
1898 $props[PR_SUBJECT] = $imsgprops[PR_SUBJECT];
1975 $props[PR_SUBJECT] = $subjectprefix . ': ' . $messageprops[PR_SUBJECT];
2498 if($prefix && isset($messageprops[PR_SUBJECT])) {
2499 $messageprops[PR_SUBJECT] = $prefix . $messageprops[PR_SUBJECT];
2913 if ($prefix && isset($newmessageprops[PR_SUBJECT]))
2914 $newmessageprops[PR_SUBJECT] = $prefix . $newmessageprops[PR_SUBJECT];
3054 if (isset($newmessageprops[PR_SUBJECT])) {
3055 $newmessageprops[PR_SUBJECT] = _('Canceled: ') . $newmessageprops[PR_SUBJECT];
H A Dclass.taskrecurrence.php38 $properties["subject"] = PR_SUBJECT;
H A Dclass.recurrence.php74 $properties["subject"] = PR_SUBJECT;
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/tools/
H A Dfix-meetings-2.0.8+2.1.0-ios7.py72 subject = message.GetProps([PR_SUBJECT], 0)[0].Value
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/import/src/
H A DnsOutlookMail.cpp567 pVal = m_mapi.GetMapiProperty(lpMsg, PR_SUBJECT); in ImportAddresses()
582 pVal = m_mapi.GetMapiProperty(lpMsg, PR_SUBJECT); in ImportAddresses()
652 pVal = m_mapi.GetMapiProperty(lpMsg, PR_SUBJECT); in CreateList()
H A DMapiTagStrs.cpp172 case PR_SUBJECT:
/dports/converters/ytnef/ytnef-1.9.3/lib/
H A Dmapidefs.h76 #define PR_SUBJECT 0x0037 macro
H A Dmapitags.h84 MAPIMACRO(PR_SUBJECT),
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/tools/gab-sync/lib/
H A Dkopano.php559 PR_SUBJECT => $chunkName,
622 …$restriction = array(RES_PROPERTY, array(RELOP => RELOP_EQ, ULPROPTAG => PR_SUBJECT, VALUE => $chu…
/dports/devel/upp/upp/bazaar/MAPIEx_demo/
H A DMAPIEx_demo.cpp207 contacts.SortContents(TABLE_SORT_ASCEND, PR_SUBJECT); in ContactsTest()
/dports/textproc/tnef2txt/tnef2txt-1.4/
H A Dmapitags.h137 #define PR_SUBJECT PROP_TAG( PT_TSTRING, 0x0037) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmapitags.h71 #define PR_SUBJECT PROP_TAG(PT_TSTRING,0x0037) macro
/dports/devel/upp/upp/bazaar/MAPIEx/plugin/include_MINGW32/
H A Dmapitags.h71 #define PR_SUBJECT PROP_TAG(PT_TSTRING,0x0037) macro

123