Even simple macros fail with Automation Error (outlook 2003)
Thu, 4 Dec 2008 21:41:00 -0800
I can't get macros to run in Outlook. Even the sample macros from the help
file fail. Even this simple macro
Sub MoveItems()
Dim myOlApp As New Outlook.Application
Dim myNameSpace As Outlook.NameSpace
Set myNameSpace = myOlApp.GetNamespace("MAPI")
End Sub
results in
Run-time error '-214 ...
|
Scope of InAppFolderSyncObject property?
Thu, 4 Dec 2008 14:51:02 -0800
If one programmatically adds a folder to the application folders SyncObject,
does it just stay there for the scope of the session or is it stored
permanently? ...
|
use Access data to create appt. in outlook
Thu, 4 Dec 2008 13:25:02 -0800
I have an Access scheduling database that lists Instructor, name of class,
class room, and startdate. Right now, each instructor must manually enter
their teaching schedule into Outlook (mostly to sync with handhelds!)
I can export a query, per instructor, as Excel and XML. I would like to be
able to us ...
|
Is InAppFolderSyncObject write-only?
Thu, 4 Dec 2008 13:17:02 -0800
I can set the InAppFolderSyncObject property of a folder but I cannot get it?
I get the ambiguous error "The operation failed".
Am I missing something? ...
|
Strip attachments from Outlook calendar items
Thu, 4 Dec 2008 09:14:01 -0800
My boss was complaining this morning that he was getting a "Mailbox is full
message", but when he looked at it, 40M of the 100M capacity was in his
calendar.
He did some browsing, and found that he had a lot of calendar items that
have attachments (the original email, pertinent documents, whatever).
I'm ...
|
My Links/Domain Names-No Longer Send in My Emails
Thu, 4 Dec 2008 08:06:05 -0800
I no longer can include my Business Web Addresses as a link in my emails.
Either going out, or as a test, an associate sent them to me. They do not
reach me nor do they get to their destination. They leave my Out box and
show they were Sent. Dell worked on the issue, McAfee, my Internet/Email
Server. I c ...
|
code for event: everytime i save an item ...
Wed, 3 Dec 2008 13:20:34 -0800
outlook 2007:
i would like to start a VBA code everytime i click to save (new or changed
appointment? -> so do ...)
is this possible with vBA? ...
|
|
|
Outlook 2003 - create new menu
Wed, 3 Dec 2008 07:58:04 -0800
Hello all,
Is there any way to program a vba code that will do the following.
If i am highlighing a specific mail, and pressing right click on it
i would like to create a new folder in that menu and send the mail to a
specific folder in a local pst.
Is that possible?
Thank you
Amir ...
|
Recurring email and attachments
Tue, 2 Dec 2008 15:59:01 -0800
I have been using various help tools and was able to create a script that
creates a recurring email that meets most of my needs. I am looking to add
an attachment to that email. I have looked at several posts on this help and
can't seem to make any of them work. Can you help incorporate this into my
scrip ...
|
Outlook 2003 or 2007 autoexec macro to check for disabled items
Tue, 2 Dec 2008 14:42:00 -0800
Is there a way to write a macro that runs when Outlook is started? It would
check for any disabled items, perhaps to see if there is a resiliancy key
created in the registry editor.
I'm wide open to suggestions, as the question I posed is kind of a shot in
the dark for me.
Thank you. ...
|