Adding Shortcut, Receive: Run-time error '-2147467259 (80004005)'
Fri, 2 May 2008 13:48:59 -0700 (PDT)
Hello!
I wrote a script that uses the NewMail event to check if the sender of
the new message is in a distro list in the GAL, and create a folder in
a PST file, and add a shortcut to my shortcut pane if there is not
already one.
Everything works, but if it's a sender that does not already have a
folder/sho ...
|
Changing the Outlook "from" address using VBA
Fri, 25 Apr 2008 07:54:01 -0700
I am developing an application in access 2007. The app needs to send emails
to customers but the account from which the email is sent is dependent on the
customer. At the moment I am using "DoCmd.SendObject" but I don't know how to
change the "from" address. If someone could point me in the right direction
o ...
|
Changing the sender's email address
Thu, 24 Apr 2008 09:34:03 -0700
RE: Outlook 2003/Access 2003
I have an Access app used by several people in a department and it sends an
email out twice a month. Right now I have the "SendMail" method of the
"DoCmd" object in Access sending the email. Problem is, that method in the
Access object does not let me change the "From:" addres ...
|
Items.Find parameters
Wed, 23 Apr 2008 14:51:05 -0700
I am trying to search for an appointment item using Start as one of the
parameters, but it doesn't seem to like any format of my date string that I
have tried. Does anyone know how to enter that correctly?
Also, is there a listing of all the available parameters and their formats
available anywhere? ...
|
How do I select a specific folder in Outlook?
Wed, 23 Apr 2008 11:01:02 -0700
Under the Personal Folders in Outlook 2003, I created a folder called "Test"
How do I pick this folder in VB? This is what I have now:
Dim ns As NameSpace
Dim oMessagesFolder As MAPIFolder
...
Set oMessagesFolder = ns.GetDefaultFolder(olFolderJunk)
This obviously picks the Junk folder. However, I want it ...
|
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 ...
|