Top "Outlook-2003" questions

Outlook 2003 is Microsoft's personal information management software.

Delete a mailitem permanently in outlook

I'm trying to delete a mailitem using the outlook API. Like the following, Dim objMail For each objMail in objFolder.…

vba outlook outlook-2010 outlook-2007 outlook-2003
Outlook macro to prompt user info

I want to create a macro for Outlook that will prompt the user to enter their name in an input …

vba outlook outlook-addin outlook-2007 outlook-2003
Outlook receives PHP HTML e-mail as code?

I made an HTML e-mail send with PHP, but my client receives this as pure code. Here is the PHP …

php html outlook-2003
runtime error 287 when sending mail using vba in access 2003

I am currently writing a vba macro to send e-mails and the messages are created but do not sent as …

vba outlook-2003
php mail headers for outlook - the email arrives empty to outlook, and great to gmail to yahoo

mail($to, $subject, $message, $headers); the $header is: From: [email protected] Reply-To: [email protected] Content-Type: text/html; charset=…

php email header outlook-2003