Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:create:functions:mailrevoke [12.12.2014 11:19] – [Example] alexander.ritteren:create:functions:mailrevoke [15.12.2014 21:10] alexander.ritter
Line 3: Line 3:
 ''void **mailRevoke**([string //personID//], [int //mailing//])'' ''void **mailRevoke**([string //personID//], [int //mailing//])''
  
-Calling up the function ''mailRevoke()'' deletes all continuation emails prepared using ''[[:en:create:functions:mailresume|mailResume()]]'', as well as selective mailings prepared using ''[[:en:create:functions:mailschedule|mailSchedule()]]''.+By using the function ''mailRevoke()''all continuation emails prepared using ''[[:en:create:functions:mailresume|mailResume()]]'' are deleted, as well as selective mailings prepared using ''[[:en:create:functions:mailschedule|mailSchedule()]]''.
  
   * //personID//\\ The personal ID of the addressee who should receive the email. If the participant began the questionnaire after receiving an invitation via mailing, you can fill in ''false'' and a suitable ID will then be automatically determined.   * //personID//\\ The personal ID of the addressee who should receive the email. If the participant began the questionnaire after receiving an invitation via mailing, you can fill in ''false'' and a suitable ID will then be automatically determined.
Line 22: Line 22:
  
 <code php> <code php>
-mailRevoke(false, 2);  // this line is effectively is not needed+mailRevoke(false, 2);  // this line is effectively not needed
 mailRevoke(false, 3);  // pending reminders are now deleted mailRevoke(false, 3);  // pending reminders are now deleted
 </code> </code>
en/create/functions/mailrevoke.txt · Last modified: 29.08.2020 10:49 by sophia.schauer
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki