@@ -1071,7 +1071,7 @@ discard block |
||
1071 | 1071 | else { |
1072 | 1072 | $recip[PR_RECIPIENT_FLAGS] = recipReserved | recipExceptionalDeleted | recipSendable; |
1073 | 1073 | } |
1074 | - $recip[PR_RECIPIENT_TRACKSTATUS] = olResponseNone; // No Response required |
|
1074 | + $recip[PR_RECIPIENT_TRACKSTATUS] = olResponseNone; // No Response required |
|
1075 | 1075 | } |
1076 | 1076 | unset($recip); |
1077 | 1077 | mapi_message_modifyrecipients($exception, MODRECIP_MODIFY, $exception_recips['remove']); |
@@ -1146,7 +1146,7 @@ discard block |
||
1146 | 1146 | else { |
1147 | 1147 | $recipient[PR_RECIPIENT_FLAGS] = recipReserved | recipExceptionalDeleted | recipSendable; |
1148 | 1148 | } |
1149 | - $recipient[PR_RECIPIENT_TRACKSTATUS] = olRecipientTrackStatusNone; // No Response required |
|
1149 | + $recipient[PR_RECIPIENT_TRACKSTATUS] = olRecipientTrackStatusNone; // No Response required |
|
1150 | 1150 | $deletedRecipients[] = $recipient; |
1151 | 1151 | } |
1152 | 1152 | } |