Retriving a Failed Recipient' email address
Tue, 16 Dec 2008 11:12:06 -0800
I am just wondering if there is a small VBA routine for Outlook 2003 that
will help me to automatically "reterive" (saving in it on an EXCEL file) a
Failed Recipient' email address. The bounced emails will be "manually"
re-located on a separate Inbox' folder. Thank you. ...
|
Clicking on the inbox folder of my outlook account or the display
method of MAPIFolder
Tue, 16 Dec 2008 08:30:53 -0800 (PST)
Hello, All. Currently, I am programming a tool which is supposed to
set a group of outlook settings programmatically. For that purpose I
simulate manual clicking through the Outlook with my program code.
Now, I encountered the following problem:
I want to "click" on the Inbox symbol in my Outlook folder bar.
...
|
SaveAsOutlookContact
Tue, 16 Dec 2008 08:11:01 -0800
Microsoft Access has a new feature that allows one to send contact
information from a form directly to outlook however I can't find enough
information on how this is done. I have posted on the access site but have
received no answers.
Has anyone been able to do this? Can you provide somewhere I can find mor ...
|
Resetting list of senders who have received automated replies
Mon, 15 Dec 2008 19:01:58 -0800 (PST)
After much gnashing of teeth, hair pulling, cussing and many, many
hours of research, I finally figured out why I can't send more than
one automated reply to the same person. Apparently, this is a
feature.
Microsoft states "The reply using a specific template rule in the
Rules Wizard sends your automated r ...
|
Changes in Tasks
Mon, 15 Dec 2008 16:10:36 +0100
Hello,
I would like to replace text in the body of tasks. If the tasks are in an
outlook folder, i know how to do it:
Set myNameSpace = myOlApp.GetNamespace("MAPI")
Set myFolder = myNameSpace.GetDefaultFolder(olFolderTasks)
Set olTaskItem = myFolder.Items
For i = olTaskItem.Count To 1 Step -1
...
Nex ...
|
Redemption Shared Folder Problem when moving to Outlook 2007
Mon, 15 Dec 2008 06:46:03 -0800
We currently have an application that works with Outlook 2003. In order to
get the owner of a shared contact folder, we simply call:
Redemption.RDOSessionClass.GetFolderFromID() and then took that folder and
got the RDOFolder.Store.Name property.
However, when trying this with a shared contact folder in ...
|
Event of Changing the Task Status
Sun, 14 Dec 2008 18:27:00 -0800
I would like to be able to execute some code when the user changes the status
of a task from "Not Started" to "Complete"
Any help would be appreciated
Mark ...
|
|
|
Macro to insert date/time stamp into Notes?
Sun, 14 Dec 2008 15:52:01 -0800
Looking for a routine that will let me insert the current date/time in a Note
(or anywhere, I suppose).
TIA ...
|
Re: Opening a Template
Sun, 14 Dec 2008 02:39:01 -0800
This is an old post, but is relevant to what I am trying to do now.
In Outlook 2003, I have linked a custom toolbar button to an oft template,
which opens when that button is pressed.
What I want to know is, is it ok to use this oft file "as is", as a standard
email form -normally you would actually use a ...
|
Forcing "From" field value in oft template document
Sun, 14 Dec 2008 01:51:01 -0800
Hi
I am currently creating a simple template for use by some folks who will be
using the same Email account, and therefore already have priviledges to use
this account.
Because we will be constantly using this outlook form, I want to create one
template, with most of the fields we need already filled in ...
|