Home
last modified time | relevance | path

Searched refs:PR_BODY (Results 1 – 25 of 81) sorted by relevance

1234

/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/backend/kopano/
H A Dmapimapping.php43 "body" => PR_BODY,
193 "body" => PR_BODY,
280 "body" => PR_BODY,
336 "body" => PR_BODY,
351 "body" => PR_BODY,
467 "body" => PR_BODY,
499 "body" => PR_BODY,
H A Dmapiutils.php501 …if (!isset($messageprops[PR_BODY])) $messageprops[PR_BODY] = self::GetErr…
507 ($messageprops[PR_BODY] == MAPI_E_NOT_FOUND) &&
512 ($messageprops[PR_BODY] == MAPI_E_NOT_ENOUGH_MEMORY) &&
517 ($messageprops[PR_BODY] == MAPI_E_NOT_ENOUGH_MEMORY) &&
522 ($messageprops[PR_BODY] == MAPI_E_NOT_ENOUGH_MEMORY) &&
528 ($messageprops[PR_BODY] == MAPI_E_NOT_ENOUGH_MEMORY) &&
544 …($messageprops[PR_BODY] != MAPI_E_NOT_FOUND || $messageprops[PR_BODY] == …
549 …($messageprops[PR_BODY] != MAPI_E_NOT_FOUND || $messageprops[PR_BODY] == …
555 ($messageprops[PR_BODY] == MAPI_E_NOT_FOUND) &&
559 …($messageprops[PR_BODY] != MAPI_E_NOT_FOUND || $messageprops[PR_BODY] == …
[all …]
H A Dkopano.php664 $body = MAPIUtils::readPropStream($mapimessage, PR_BODY);
677 $fwbody = MAPIUtils::readPropStream($fwmessage, PR_BODY);
2202 …$searchProps = array(PR_BODY, PR_SUBJECT, PR_DISPLAY_TO, PR_DISPLAY_CC, PR_SENDER_NAME, PR_SENDER_…
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/backend/kopano/
H A Dmapimapping.php43 "body" => PR_BODY,
193 "body" => PR_BODY,
280 "body" => PR_BODY,
336 "body" => PR_BODY,
351 "body" => PR_BODY,
467 "body" => PR_BODY,
499 "body" => PR_BODY,
H A Dmapiutils.php501 …if (!isset($messageprops[PR_BODY])) $messageprops[PR_BODY] = self::GetErr…
507 ($messageprops[PR_BODY] == MAPI_E_NOT_FOUND) &&
512 ($messageprops[PR_BODY] == MAPI_E_NOT_ENOUGH_MEMORY) &&
517 ($messageprops[PR_BODY] == MAPI_E_NOT_ENOUGH_MEMORY) &&
522 ($messageprops[PR_BODY] == MAPI_E_NOT_ENOUGH_MEMORY) &&
528 ($messageprops[PR_BODY] == MAPI_E_NOT_ENOUGH_MEMORY) &&
544 …($messageprops[PR_BODY] != MAPI_E_NOT_FOUND || $messageprops[PR_BODY] == …
549 …($messageprops[PR_BODY] != MAPI_E_NOT_FOUND || $messageprops[PR_BODY] == …
555 ($messageprops[PR_BODY] == MAPI_E_NOT_FOUND) &&
559 …($messageprops[PR_BODY] != MAPI_E_NOT_FOUND || $messageprops[PR_BODY] == …
[all …]
H A Dkopano.php664 $body = MAPIUtils::readPropStream($mapimessage, PR_BODY);
677 $fwbody = MAPIUtils::readPropStream($fwmessage, PR_BODY);
2266 …$searchProps = array(PR_BODY, PR_SUBJECT, PR_DISPLAY_TO, PR_DISPLAY_CC, PR_SENDER_NAME, PR_SENDER_…
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/scripts/
H A Drelease-on-comment.py55 PR_BODY = """\ variable
166 body = PR_BODY.format(
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/scripts/
H A Drelease-on-comment.py55 PR_BODY = """\ variable
166 body = PR_BODY.format(
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/scripts/
H A Drelease-on-comment.py55 PR_BODY = """\ variable
166 body = PR_BODY.format(
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/backend/kopano/mapi/
H A Dclass.taskrecurrence.php301 $msgbody = mapi_openproperty($this->message, PR_BODY);
307 … $stream = mapi_openproperty($this->message, PR_BODY, IID_IStream, STGM_TRANSACTED, 0);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/backend/kopano/mapi/
H A Dclass.taskrecurrence.php301 $msgbody = mapi_openproperty($this->message, PR_BODY);
307 … $stream = mapi_openproperty($this->message, PR_BODY, IID_IStream, STGM_TRANSACTED, 0);
/dports/converters/ytnef/ytnef-1.9.3/lib/
H A Dmapidefs.h224 #define PR_BODY 0x1000 macro
H A Dmapitags.h230 MAPIMACRO(PR_BODY),
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/tools/gab-sync/lib/
H A Dkopano.php503 return $this->readPropStream($message, PR_BODY);
583 PR_BODY => $chunkData,
/dports/devel/upp/upp/bazaar/MAPIEx/
H A DMAPIContact.cpp460 return SetPropertyString(PR_BODY, szNotes); in SetNotes()
480 if(Contact()->OpenProperty(PR_BODY, &IID_IStream, 0, MAPI_MODIFY | MAPI_CREATE, in SetNotes()
H A DMAPIObject.cpp606 return GetPropertyString(PR_BODY, true); in GetBody()
610 if(SetPropertyString(PR_BODY, strBody, true)) { in SetBody()
H A DMAPIMessage.cpp469 excludeTags.aulPropTag[1] = PR_BODY; in SaveToFile()
/dports/converters/ytnef/ytnef-1.9.3/ytnef/
H A Dvcard.c92 fprintProperty(TNEF, fptr, PT_STRING8, PR_BODY, "NOTE:%s\n"); in SaveVCard()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/import/src/
H A DMapiTagStrs.cpp394 case PR_BODY:
H A DnsOutlookMail.cpp51 {35, kIsMultiLine, PR_BODY},
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/plugins/tnef_parse/
H A Dtnef_dump.c734 fprintProperty(TNEF, fptr, PT_STRING8, PR_BODY, "NOTE:%s\n"); in SaveVCard()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/plugins/tnef_parse/
H A Dtnef_dump.c734 fprintProperty(TNEF, fptr, PT_STRING8, PR_BODY, "NOTE:%s\n"); in SaveVCard()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/plugins/tnef_parse/
H A Dtnef_dump.c734 fprintProperty(TNEF, fptr, PT_STRING8, PR_BODY, "NOTE:%s\n"); in SaveVCard()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/plugins/tnef_parse/
H A Dtnef_dump.c734 fprintProperty(TNEF, fptr, PT_STRING8, PR_BODY, "NOTE:%s\n"); in SaveVCard()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/plugins/tnef_parse/
H A Dtnef_dump.c734 fprintProperty(TNEF, fptr, PT_STRING8, PR_BODY, "NOTE:%s\n"); in SaveVCard()

1234