Diff #4 - trunk/docs/classes/notifications/armorcontroller/getreplyto.md Repo: apex/webapp Revision: 4 Filename: trunk/docs/classes/notifications/armorcontroller/getreplyto.md Size: 844 bytes Updated By: apex Date Updated: January 20, 2025 at 08:20 DiffFull Code Diff Index: getreplyto.md --- getreplyto.md (nonexistent) +++ getreplyto.md (revision 4) @@ -0,0 +1,34 @@ + +# ArmorController::getReplyTo - Get reply-to + +### Usage + +> ?string ArmorController::getReplyTo([ array $data = [] ]) + +### Description + +> If necessary, you can return the Reply-TO e-mail address of the message here. Otherwise, return null. + +### Parameters + +Parameter | Required | Type | Description +------------- |------------- |------------- |------------- +data | No | array | + +### Return +> ?string +### See Also + +* getAvailableRecipients() +* getAvailableSenders() +* getBcc() +* getBroadcastIterator() +* getBroadcastRecipient() +* getCc() +* getConditionFormFields() +* getMergeFields() +* getMergeVars() +* getRecipients() +* getSender() + + Full Code ArmorController::getReplyTo - Get reply-to Usage ?string ArmorController::getReplyTo([ array $data = [] ]) Description If necessary, you can return the Reply-TO e-mail address of the message here. Otherwise, return null. Parameters Parameter Required Type Description data No array Return ?string See Also getAvailableRecipients() getAvailableSenders() getBcc() getBroadcastIterator() getBroadcastRecipient() getCc() getConditionFormFields() getMergeFields() getMergeVars() getRecipients() getSender()