another users Inbox
Mon, 5 Nov 2007 21:06:27 +0100
Hi experts,
From Exel I use VBA to look in my Inbox for mail and import attachments from
certain senders.
I also have acces to the Inbox of a groupaccount.
So far I did not succeed in accessing the groupaccount's Inbox using VBA.
Does anyone know how to do this?
I have also another question:
...
|
Delete Email
Mon, 5 Nov 2007 08:21:05 -0800
I have a macro given by someone which deletes a mail sent to a particular id
from Sent Folder and then permanently deletes it from the Delete Folder as
well.
I get the following Compile error: Invalid outside procedure
Any suggestion would be appreciative. The code is listed below:
Macro
--------- ...
|
Moving/copying items around folders problem
Mon, 5 Nov 2007 14:55:23 +0100
Hi,
I haven't written many macros in VBA, though I have some
intuition/background in VBA. Here, I want to do a very simple thins - move
all currently selected items to a specific folder. The problem is that a
type mismatch error occurs in the body of the loop of the routine. What am I
doing wrong? What sh ...
|
Publish part of Outlook agenda on Google
Fri, 2 Nov 2007 23:20:36 +0100
Hi,
(One newbe can ask more than 1,000 wise guys can answer. This
will be an example. Although: you all know a lot.)
I want to publish a part of my Outlook agenda in the Google agenda.
'Part of' means:
- only working days
- between, say 08:30 and 18:00, so working hours
- perhaps some specially marked app ...
|
Retrieving value in 'Notes' field on Phone/Notes tab using VBA
Thu, 1 Nov 2007 10:49:01 -0700
Hello,
How do we retrieve the value stored in the 'Notes' field on 'Phone/Notes'
tab of an Address property dialog window, in Outlook 2003, using VBA?
Thanks! ...
|
Issues with a simple VBA macro
Thu, 1 Nov 2007 10:30:03 -0700
I'm trying to write macro to do the following:
1. Decline a selected meeting request silently without sending a response.
2. Delete the meeting request item (So it's not shown in my inbox).
My issue is that the item is not removed from the inbox, I can still open
it, but I can't move or delete it (I get an ...
|
Get access to public folder as other user
Thu, 01 Nov 2007 06:43:55 -0700
In Word I have a template wich show's all contacts from a public
folder.
I use vba en cdo
The default users don't have rights to change any contact items in
that public folder.
Yet I would like to be able to add new contacts to the public folder,
through vba, is it possible te logon through vba with an ot ...
|
|
|
Reading all mails from Exchange server via asp.net web application
Wed, 31 Oct 2007 23:34:00 -0700
How to fetch all the data from Exchange server via asp.net web application ...
|
Open an email attachment item that is in itself an email (.msg/.ht
Tue, 30 Oct 2007 07:12:01 -0700
Hi,
I need to look inside the email attachment (.msg) of an email sent/received
from Outlook 2003.
Has anyone come across the situation where they need to open an Outlook .msg
(or HTML, whichever format provides the required accessible email properties)
attachment to look at the subject and body of the ...
|
How to Delete Custom Search Folder in Add-In ShutDown Event
Mon, 29 Oct 2007 22:31:01 -0700
Hi,
I am using Outlook 2007 Object Model.
I have created a Custom Search folder using the Advanced Search method of
Outlook Object Model. I want to delete the search folder in Add-In shutdown
event. If i try to delete the search folder in ShutDown event it is throwing
a security exception and I am not ...
|