HTML Mailto: Sending email with HTML

Purely because I’m sick of searching for this everytime I need it…

HTML Mailto:

ahref=”mailto:email@domain.com?subject=Enter Subject Here&body=Enter Body Here&cc=anotheremail@domain.com&bcc=cantseeme@domain.com”>Send Email</a

Make sure you complete the tags: I haven’t here because for some reason my code tags aren’t nullifying the html tags. Grr.

Or, if you prefer an example:

Send Email

Follow me [...]

As promised...

As promised, here’s the code to mark email item(s) as read, and move them to a sub folder within a .pst file.

This time however, you will be prompted to enter the name of the folder you want to move the email or emails to, and if that folder doesn’t exist (ie: You’ve spelled it incorrectly) you’ll be asked if you want to create a folder with that name.

Continue reading As promised…

Outlook Macro to mark items as read and move to sub folder of .pst file

So I get a lot of emails. No, scratch that. I get so many emails I find myself often contemplating the ‘Select All, Shift Delete’ solution. I have one problem though – I don’t like to get rid of anything. Experience has taught me that if you delete it, you will need it.

So I, like countless [...]