Eyeon:Script/Reference/Applications/Fusion/Classes/MailMessage/RemoveAllRecipients
From VFXPedia
< Eyeon:Script | Reference | Applications | Fusion | Classes | MailMessage
Contents |
MailMessage - RemoveAllRecipients()
Arguments
RemoveAllRecipients()
This function does not take any arguments.
Returns
Nothing.
Remarks
This function removes any recipients from the message's To: field.
Requirements
- eyeonScript 5.01
- Fusion 5.01
Examples
function ForwardMsg(msg) msg:RemoveAllRecipients() msg:AddRecipients(msg:GetTable().From) msg:SetSender({"Examplor", "examplor@example.com"}) msg:Send() end
Tips for RemoveAllRecipients (edit)
EyeonTips:Script/Reference/Applications/Fusion/Classes/MailMessage/RemoveAllRecipients