Quantcast
Channel: All OutlookCode.com content
Browsing all 871 articles
Browse latest View live
↧

Incoming mail with instant search?

Hello Im relatively new to VBA. However, I would like to write a script for 2010, to read incoming mail's header, body and attachment's content for certain string. and output the mail's name to a text...

View Article


Timing The sending of EMAILS

I have written some code to break up an e-mail I receive into parts, then forward those parts as separate e-mails to a text message address (ie, cell phone number). I want to make "sure" the parts are...

View Article


How to set outlook to send a message on a timer every hour

Two questions please. 1. Is there a way without a commercial addin to force outlook to run some code once per hour. My code takes care of sending a message to my cell number which tells me that my...

View Article

How to send emal to an email adress INSIDE a different message

I would like to know how to send a preset email to an adress that is inside an incomming email I am able to get the program to execure the script only if a specific sequence of letters is inside the...

View Article

insert text file into BODY of email not as attachment

Previously in Outlook 2003 we were able to use Word VBA to insertfiles into the body of an email. But this was because Outlook used Word as it's editor. Now 2010 doesn't allow this yet I would still...

View Article


Sender and Date added to Subject line as a rule

Hi all, I will start by saying I am very very new to using scripts and Macros in outlook. What I have so far is a Macro code to add in the current date to the subject line of an email when I select it....

View Article

Moving sleected email to "Completed" folder

On form click, put selected email in appropriate Inbox's Completed Folder

View Article

Moving email to correct "Completed" folder when multiple Inboxes and...

We have several Mailboxes open in our Outlook 2007 (an Exchange server is used, but I don't think that matters for this post). Each one has an Inbox, and in the Inbox is a "Completed" folder. So, as an...

View Article


Using .NET to get Internet Headers property from an IMAP MailItem

I apologize if this is a very n00b question. I am trying to get headers from a MailItem in an Outlook Add-in I'm working on. The issue is that if the MailItem is retrieved via IMAP and only it's...

View Article


Uncheck calendar in current pst and check calendar in opened pst

After opening a second pst file, using vba I would like to turn off (uncheck) the calendar in my main pst file and turn on (check) the calendar in the second pst file. I've looked through the...

View Article

Need a bit of help with handling attachments

Hello, I come to this site in search of an answer that seems to be beyon my reach. I have been requested to create a script that will parse each new email that comes in a specific mailbox and forward...

View Article

Accessing actions on other users calendar

Hi, I'm writing an Outlook-Addon for the handling of absences in c#. It is necessary to trap the events for users storing absences on ther users calendars. This does work, if the users open the...

View Article

Problem adding Recipients while using redemption?

I have code using redemption that displays the send email dialog from an external application. I then use the ItemEvents.Send to add additional information to email. For each example I want to add...

View Article


Cannot publish the form. The form cannot be installed because you do not have...

Im running Outlook client 2010 and I want to publish a Form to the Organisational Forms Library on Exchange Server 2003 and I get the following error message: "Cannot publish the form. The form cannot...

View Article

Upgraded from Outlook 2007 to 2010 & am getting an error ...

Hi there, I have a small program that checks my E:Mails & moves them to specific folders, but after an upgrade to Outlook 2010 it no longer works. I thought I probably needed to add a Reference...

View Article


Copy receive date for incomming messages

Creating a hotkey to copy the receive date

View Article

Delete the top row of an email message automatically

Hi there, I am trying to automatically delete the top row of any newly created message and the code I am using is; objolMailItem.Body = Replace (objolMailItem.Body, Left (objolMailItem.Body, Loc),"")...

View Article


Outlook 2000 - Duplicate Emails (Code Request)

Hello, I am looking for code that will allow Outlook to count duplicate emails and if the duplicates are sent ~5 minutes apart generate a pop-up or post a canned email template to a distribution list....

View Article

If a folder exists, Outlook (Vbscript)

Hi all I'm currently writing a script to move emails older than a set date to a non-default folder in outlook. This is done but I am having trouble with a simpler issue. I need my program to see if a...

View Article

Could not load file or assembly

I have created an .exe for outlook contacts plugin in vb.net. But i have developed it in outlook 2010 environment so now the code doesn't works in outlook 2007 version. It throws me the "couldn't load...

View Article
Browsing all 871 articles
Browse latest View live