Hi All,I have a unique problem realted to mail box may be you are aware of that…
when we send any mail then in delivery option if we chosse “mood stamp” with noraml,confedential,personal(any) then mail comes in our mail box with respect icon(image).
i need such icon when i send mail through formula @ mailsend… or
If you have any idea about this in script pls tell me.
how to do this…
Thanxs
Rajeev
Subject: image with mailsend
You need to set the field $Moods. Confidential =“C” . To find out the others, you can send yourself some stamped messages, and check this field in the document properties.
In order to use that, you have to send the current document, with that field already set…or possibly use script…not send a new memo. There is no flag for the mood stamps in formula. See below, from the designer help:
There are two ways to use @MailSend:
When used with no parameters, @MailSend mails the current document (the one being processed when the @function is evaluated) to the recipient designated in the document’s SendTo field. The document must have a SendTo field.
When used with one or more parameters, @MailSend composes a new mail memo based on the information you supply in the arguments list, and sends it to the recipients listed in the sendTo, copyTo, and blindcopyTo arguments.