Mail Merge from vba Outlook using Word Template
Tue, 25 Nov 2008 10:51:01 -0800
Hi all,
I'm trying to establish an email merge from Outlook.
Goal1: I've a e-mail merge template in Word and I would like to create a vba
script (outlook) that will email merge from outlook with the template I've in
Word.
The reason I want the code done in Outlook is that I then bypass the
security al ...
|
Read From A Saved MSG File
Tue, 25 Nov 2008 09:34:01 -0800
I need to open various *.msg files saved into a Project folder, and list them
in an MS-Access form. The form elements are all set, but I cannot find any
example of reading properties from msg files (From, To, etc.). Any ideas? ...
|
Deleting Mail Items - Code
Tue, 25 Nov 2008 06:26:09 -0800
The following snippet of VBA code (Outlook 2003) is used to selectively
delete mail items from a selected mail folder. where the mail item subject
matches a predefined string (MailSubject). This code works great except it
fails to delete the last item. If there are 10 items matching it will delete
9 but l ...
|
How to detect an email address is used in To box
Mon, 24 Nov 2008 19:35:00 -0800
I would like to be able to auto set options for an email, like digital
signatures and encryption, based on who the email is going to.
How do I start something like this. I am real new to this, but figured VBA
would be the only way to pull off something like this.
Thanks,
Tim
...
|
Getting outlook for the last week
Mon, 24 Nov 2008 18:22:01 -0800
Hello all! Was wondering how I can go about getting all the email out of
outlook for the past 7 days. I have done this, though it takes a long long
time and eventually all my memory gets taken up and the system stops
responding... any idea's? Thanks for your help!
Dim outlookApp As New Outlook.Ap ...
|
How to set voting buttons & recipient on a forward
Mon, 24 Nov 2008 12:00:48 -0000
Someone in our office has asked if it's possible to create a macro button
that will do this for a received e-mail:-
1) click on "Forward",
2) enter a particular person's name (always the same one) into "To",
3) set voting buttons (Yes, No)
ready for additional text to be entered. This is with Outlook 2003. ...
|
Accessing Attached MailBoxes
Mon, 24 Nov 2008 10:51:31 -0000
Hi All
I have an account on a corporate mail server; against which I run some rules
and event driven VBA code. All works well.
I recently added a new mailbox (attached mailbox) that I can receive/write
emails etc. Unexpectedly I am unable to run rules or see event triggers in
this mailbox. Is this possib ...
|
|
|
Why do I always get a message, when the program is running?
Mon, 24 Nov 2008 01:32:03 -0800
I follow the document,â? http://support.microsoft.com/kb/310258â? to implement
the program, and I get following message when I execute the program.
A program is trying to access e-mail addresses you have stored in outlook.
Do you want to allow this?
The message is here too.
http://cid-29b22a6e2be1baca.sk ...
|
Archives
Sun, 23 Nov 2008 09:32:29 -0500
Allô!
Microsoft Outlook 2003...
Is it possible to manage Achives parameters with VBA code ??
(period, archive name, archive folder, etc)
If it is possible, where find information to begin to learn how do that ?
I have around 680 clients to make standard.
I make VBA code so easy in Excel. I have to l ...
|
Inline Attachments
Sat, 22 Nov 2008 04:58:21 -0800
Thank you. I tried reading the properties using Redemtion and it works fine for Outlook 2003 and 2007.
Regards,
Silas. ...
|