reading calendar and exclude birthday, error in V2007 french?
Thu, 8 Jan 2009 22:37:02 +0100
Dear all,
I would like to read outlook appointments only, and I use the following
statements to read the outlook calendar:
DStart=#11/11/2008#
dend=#12/12/2008#
sstartfield ="[Start]"
sStr = sstartfield & ">=" & Quote(FormatDateTime(DStart, vbShortDate)) & "
and " & sstartfield & "<" & Quote(FormatDateT ...
|
Remove Meeting from Sender's Calendar with VBA
Thu, 8 Jan 2009 12:48:19 -0800
I have code set up in an Access 2003 db to send a meeting invite to a
recipient and it works fine. The problem is I do not want the sender to have
this sent meeting on their calendar. How do I prevent it from showing up on
the sender's calendar and only the recipient has the appointment? Or can it
be deleted ...
|
Getting cdoPR fields for names listed in Global Address List - err
Thu, 8 Jan 2009 11:43:02 -0800
I want to access several fields for names listed in the GAL, such as
Department, Phone, etc. I found this sample code for Visual Basic, and
modified a few little things. I confirmed that CDO 1.2.1 is installed, and I
enabled the checkbox in Tools/References in my VB project.
FYI - code runs fine thru this ...
|
Creating a Simple Macro
Thu, 8 Jan 2009 10:04:04 -0800
Hello members,
I am new to Macros, but I am trying to create a simple macros
that will write a sentence or two, when I open my email program,
then I would press the macros button and it writes the sentence for me.
But I am having trouble. When I start the process by clicking on the Tools
Menu
to creat ...
|
Strange issue with application.itemsend
Thu, 08 Jan 2009 09:35:17 -0800
Hi NG,
I experience a strange issue with Outlook 2007:
I implemented a checking script in december last year which uses the
'application.itemsend methode to catch a mail before sending, checking
if there is the word 'attached' in the body or the subject is empty and
pops up if so.
This works great... s ...
|
Question about CDO 1.21
Wed, 7 Jan 2009 09:00:05 -0800
I have a real simple function that all it does is Delete messages older than
X days. I'm not sure why, but if I run it once it deletes some of the
messages but not all. With 1000's of messages in the folder it may take 3 or
4 runs for it to finally delete all the messages over X days. Is there some
problem w ...
|
Old email address displays when I send a word doc as an attachment
Wed, 7 Jan 2009 06:45:01 -0800
When sending a email message by having a document open in word and then just
choosing the send to mail receipient as an attachment, OUTLOOK displays an
old email address that does not exist on our work domain any longer. When I
send normal emails my address shows up!!!
--
Thanks,
Vinnie ...
|
|
|
Mi R4ultra ds me va muy bien
Wed, 7 Jan 2009 13:26:16 +0100
...
|
Auto emails in Outlook 2003
Tue, 6 Jan 2009 16:29:09 -0800 (PST)
Hi all,
I am trying to set up an automatic email to be sent periodically. I've
tried to follow the directions at the following site:
http://www.outlookcode.com/d/forms/skedrpt.htm
I think I'm following the directions correctly but each time I run the
command I get a message saying there must be at least one ...
|
Time Stamp on Messages
Tue, 6 Jan 2009 15:31:01 -0800
I appear to be missing something with relation to timezones.
I am using CDO to connect to two seperate mailboxes. When I send a message
to both of these mailboxes at the same time, the result I get for
oMessage.TimeReceived are different by a factor of 7 hours. The strange thing
is, I checked in outlook, t ...
|