CDO Open Mailbox
Tue, 2 Dec 2008 13:45:04 -0800
I posted this in the VBScript forum, but have not recieved a response. I was
wondering if anyone had an example of how to connect to a mailbox (exchange
2003) via VBScript using CDO. I am looking to enumerate through the items int
he inbox and perform some tasks. I just need a starting point, as I have not
u ...
|
Deleting old messages
Tue, 2 Dec 2008 11:19:00 -0800
I want to have a script run automatically every day that will delete messages
in my deleted items folder that are over 60 days old. Is there a script that
somebody has already set up that I can use? I am not an Outlook programmer.
Thank you.
ngg ...
|
Extracting data from an e-mail to Excel
Mon, 1 Dec 2008 21:21:00 -0800
I am stymied..
I need to extract data from a series of e-mails, in each e-mail there are
two fields that need to be identified, and from those lines the numbers need
to be extracted and placed in a spread sheet for further analysis.
IW numbers would start in A1 and further data added below that, where as S ...
|
ANY WAY TO MAKE COMPLETED TASKS SHOW AS HIGHLIGHTED?
Mon, 1 Dec 2008 20:20:03 -0800
Just wondered if there was a way to change the display of completed items
from strikeout to highlighted in tasks. if it can be done programatically,
how advanced would one have to be to make it happen.
thank you,
Darren ...
|
Macro names not available in script window
Mon, 1 Dec 2008 17:12:00 -0800
I created a macro to save message details to MS Access. I want to run this
macro when the message is received based on a rule. The problem is when I
create the rule and select the run script option, none of the macros appear
in the Script window. What do I need to do to make this macro appear in the
wind ...
|
print preview and user properties...
Mon, 1 Dec 2008 12:17:02 -0800
I am sending user properties with the email created using my outlook add-in.
When I try to print preview it shows all the custom properties. In regular
printing I can cache the properties but print preview doesn't seem to have an
object that you can use. Is there some way to hiding the custom properties
w ...
|
Intermittent type mismatch error
Mon, 1 Dec 2008 15:31:54 +0000
Hi, I have a macro which is running in Outlook 2003. Most of the time it
runs fine, however I am now getting intermittent type mismatch errors on
the line of code below
If itm.Class = olMail Then
itm is defined as an object. If I restart Outlook and run the macro
against the same emails it works fine. Any ide ...
|
|
|
CHANGING BACKGROUND DESIGN/STYLE/COLOR OF SELECTED BUSINESS CARDS
Mon, 1 Dec 2008 05:18:00 -0800
How can one change the background design/color for the selected business
cards together, instead of opening each and double clicking it's design?
Quite a number of beautiful templates for Outlook 2007 Business Cards have
been Downloaded but I want a shortcut to apply such a sample on other cards
as well, in ...
|
AppointmentItem's lable color in public folder on exchange server.
Mon, 1 Dec 2008 02:47:00 -0800
hi,
I am trying to update the AppointmentItem's label using C# and ExMAPI. Its
working well for local folders but the label's color is not getting updated
in case of the public (shared) folders on exchange server.
How can i update the label's color of AppointmentItem on exchange server?
Thanks
Sudhir ...
|
Embedding Images in Outlook email via Delphi
Mon, 1 Dec 2008 00:36:08 -0800
Hi,
I know this is a VB Group, however, i am at a brick wall now. Essentially i
am trying to send an email with an Embedded image via Outlook.
I have been told that this cannot be done via the Outlook Object Model and
that i should use CDO or Extended MAPI. I got some VB Code from
http://www.outlookc ...
|