text message icon not showing outlook2007
Thu, 13 Mar 2008 03:06:01 -0700
I developing the Outlook 2007 Mobile Service, but having issue with the
s/mine header. it's not showing text message icon like in the web service
development guidelines, here a copy of the message header that I'm sending to
myself.
From: user.id@provider.com
To: me@domain.com
Subject: This is a text messa ...
|
Access/Excel/Outlook/VBA/VSTO/SharePoint
Wed, 12 Mar 2008 12:17:15 -0700 (PDT)
I have a huge assignment and right now I am doing research. I need to
design basically a business tracking set of tools, either in Visual C+
+ or C# or Basic; or just Office with VBA. Basically we start a job,
and then when it is complete, I need to have it so someone can just
click a button and set a status, ...
|
Help parsing body text
Sat, 8 Mar 2008 21:24:58 -0800 (PST)
Hi,
I wonder if anyone could get me started on how to parse the text body
of an email.
The body looks like this:
--------------------|-----------|-----------|-----------|-----------|-----------|-----------|-----------|-------------
|Sunday |Monday |Tuesday |Wednesday |
Thu ...
|
copy email once it's marked as completed
Sat, 8 Mar 2008 00:49:00 -0800
Hi,
I am using outlook2007 and I just turned to GTD by email.
The important thing for me is that I need to copy all related emails for
reference once an email is marked as completed.
So there are two works I need your guide here:
1. How to call my VBA function once an email is marked as completed. I me ...
|
Newbie - need some pointers about reading email and create calendar
invites
Fri, 7 Mar 2008 17:20:37 -0800 (PST)
Hi,
I am totally new to Outlook VBA but I am familiar with VBA.
I have a project that I would appreciate your help for.
On a weekly basis I receive a text email that contains the name of
people and their schedule for the week which also include special
projects.
It has a defined format, so it would be ju ...
|
Warning dialog when sending mail from Access
Tue, 4 Mar 2008 07:37:01 -0800
Using the outlook object model from within access to send mail I get a
warning dialog before each mail is sent that states:
A program is trying to automatically send email on your behalf. Do you want
to allow this?
It requires that you click on OK to send the mail. If sending huindreds of
mails this coul ...
|
outlook form error -2147467259
Tue, 4 Mar 2008 06:56:04 -0800
eHello,
I wrote an outlook form via VB and we are using exchange server 2003 and
outlook 2003. But when using the form, some users got the error(the users
are all in the cache mode) .
Error=-2147467259 The messaging interface has returned an unknow error. If
the problem persists, restart Outlook.
But onc ...
|
|
|
How can I assign custom keyboard shortcuts to Macros?
Thu, 28 Feb 2008 21:16:06 -0800 (PST)
In the toolbar, I can have custom buttons such as "&1D"... and I see
"1D" with the "1" underlined and if I Press Alt-1, I get the "D" macro
(not relevant here).
I'd like to be able to press Alt-D (for example) but all I've been
able to get working are Alt- and a number... not letters. Is there a
trick to g ...
|
Re: Adding Contact to shared Contacts with Redemption
Thu, 28 Feb 2008 14:35:07 -0800 (PST)
Grasping at straws... It turns out that the CDO.DLL was a reference
and shouldn't have been. It was used for some old code that was
removed.
We are both using Office 2003. What library is needed that would not
be registered?
It's a pretty fresh install of 2003. It didn't work on her previous
computer ei ...
|
Catching an Explorer event too early...
Thu, 28 Feb 2008 13:09:50 -0800 (PST)
Reposting with a new subject-line since my search has now progressed
to suspecting I'm catching an event too early:
I created an Explorer class which triggers on the SelectionChange
event. For each event
1) If myLastInboxItem is not nothing, move it to an Archive folder
2) set myLastInboxItem = Explorer ...
|