After the row with "full-name" is found, again use Instr in that row to find the next <td> and </td>. The text between both is the value you're looking for.
See the SendUsingAccount property for setting the account, or see SentOnBehalfOfName for setting an address (this works only with an Exchange account).
Good luck for the signature, since OL 2013 there's no easy way. Best approach could be to save a template for each account/signature, and send...
Even if there's only one recipient, Split returns an array with one item, so you can always use arr(0) and don't need the If-Else thing.
Even if there's only one recipient, Split returns an array with one item, so you can always use arr(0) and don't need the If-Else thing.
The fist step is ok, move the part you want to move to the new module. Then feed the new function with all the values it needs, for instance strMsgSubject. As strMsgSubject is filled in the old function, it is unkown or empty in the new one. So, to pass that one value the function declaration...
All a rule could do here would be to trigger a script for only those emails you want to forward. For all of the rest you need to write that script.
Here's a sample that's not triggered by a rule, but as soon as an item is added to your inbox. It searches a contact by the sender address of the...
Another drawback of copy&paste is that it also copies the search_key property of the original item. The one or other sync tool could have its problems with that.
See the BeforeItemPaste event of the Explorer object. You can get a ref on the dragged item via the ClipboardContent variable, which is a Selection object in this case. Here read the user props of the dragged items. The next event that should trigger is the NewInspector event, which gives you a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.