How do I create a contact using VB?
Tue, 22 Apr 2008 09:00:01 -0700
Hi,
I'm sure this is a really simple thing... but I'm very new to VB
programming...
I'm trying to do something really simple in Outlook 2003. I have a folder
with a large number of messages and I am trying to create a contact for each
of them. I need to know the syntax for the command that creates a con ...
|
Moving items in VBA
Sun, 20 Apr 2008 16:39:53 -0700 (PDT)
Hey everyone. I have this piece of code I use in VBA but looking at
expanding as currently the code only works if I manually move items to
the EXTRACT folder. Is there any way I can get new items to move from
INBOX to EXTRACT folder if the messages contain a certain email
address and zip file..
I can't figure ...
|
Visibility of Items or Folders
Fri, 18 Apr 2008 06:30:01 -0700
Following Sue Mosher's advice (separate posting) I used the SaveAsFile method
to copy a text file DocumentItem to a Windows file system directory where it
can be opened and configuration data read. This works perfectly. However I
would like to make the DocumentItem, its Attachments collection (of 1
attachmen ...
|
How to Insert a Signature file at the end of e-mail
Thu, 17 Apr 2008 06:52:00 -0700
Hi,
Can some one please tell me how to insert a signature file at the end of
e-mail using outlook objects in Visual Basic.
Thanks
Nimesh ...
|
Create Link in E-mail that opens an Access database
Mon, 14 Apr 2008 06:41:01 -0700
Hello,
I have read the thread "autofilling access database from outlook" and took
read the link that was posted in the reponse, but I cannot seem to get the
answer I'm looking for.
I have my database set up so that it automatically sends an e-mail to a
person based on form values. I would like to place a ...
|
Accessing Text files stored in Outlook Folder
Mon, 14 Apr 2008 04:46:04 -0700
I am aware that it is possible to store Office documents, text files or other
types of file in Outlook folders. I would like to be able to, using code,
open a text file stored in an Outlook folder (on a mail server) and read the
contents (configuration data). Does anyone know how this can be done? If not
pos ...
|
Vba coding with Outlook
Sun, 13 Apr 2008 19:27:14 -0700 (PDT)
In the Outlook vba help file, it said . . .
"This Microsoft Visual Basic/Visual Basic for Applications (VBA)
example displays the Inbox folder when a new e-mail message arrives.
The sample code must be placed in a class module, and the
Initialize_handler routine must be called before the event procedure
can ...
|
|
|
need read recipience addresses from selected mail item
Sun, 13 Apr 2008 04:19:57 -0700 (PDT)
need read recipience addresses from selected mail item
i work at vba outlook 2003
thanks
yuvi ...
|
Reading Outlook address book in MS Access VBA code
Fri, 11 Apr 2008 09:29:00 -0700
I read an Outlook address folder in an MS Access database (to populate a
table).
I always get this annoying warning prompt "A program is attempting to access
email addresses you have stored in Outlook. Do you want to allow this?"
Is there any way to suppress this message? It is going to annoy my users.
I usua ...
|
ThisOutlookSession code disappears
Thu, 10 Apr 2008 08:12:04 -0700
Hello folks --
Got a strange one. I wrote a few VBA programs yesterday, which were saved
in a module under ThisOutlookSession. After I rebooted my PC, they we
nowhere to be found. Noticed the following:
Prior to the reboot, clicking on Tools, Macro, Visual Basic Editor took me
to ThisOutlookSession .
...
|