Emailing personalized forms not working
Mon, 16 Jun 2008 15:28:14 -0500
I have recently created a form to be a digital form of a work order/invoice page to be filled out for our company. Unfortunately, when I send this form to an email address, it doesn't show up and only appears as a regular email. Any help? Thanks much. ...
|
Select Folder
Mon, 16 Jun 2008 00:56:19 -0400
Is there a way that i can embed Outlook's "Select Folder" dialog over my customized dialog?
Thanks,
Rajeen R
...
|
Set Focus on Outlook Folder
Sat, 14 Jun 2008 01:51:49 -0500
I used the
Namespace.PickFolder object to retrieve the path of an Outlook Folder eg: "\\Personal Folders\Inbox"
Now while trying to relaunch the "Select Folder" dialog, I want to set the focus on the sub folder "Inbox".
Is there a way?
Thanks,
Rajeen R ...
|
Re: Differentiate a PST and an Outlook Exchange mail server file??
Fri, 13 Jun 2008 23:51:39 -0500
The following code solved my requirement in vc++
CString csTemp;
long hexNumber;
hexNumber = strtol(tempRepStr, NULL, 16);
csTemp.Format("%c",hexNumber);
ret += csTemp;
Thanks,
Rajeen R ...
|
Contact form with code from 2002 to 2007
Fri, 13 Jun 2008 19:14:19 +0200
Hi
I have created an contact form with code in OL 2002
When I open that Form in OL2007 and want to edit the code with display code
There is nothing.
When I press debug button there is the code!?
Some new security settings??
Need Help
Thanks wawa
...
|
Differentiate a PST and an Outlook Exchange mail server file??
Wed, 11 Jun 2008 05:15:11 -0500
how to differentiate an PST file from that of Outlook Exchange mail server i.e how to know that the file accessed is an PST file or an Exchange mail server file.
Using Outlook 2003.
Thanks in advance.
Rajeen R ...
|
Re: find the deleted record id
Mon, 2 Jun 2008 07:59:03 -0500
Hi Ken,
Sorry for the late response.
Thanks for the guidance. It worked perfectly for default contact.
Thanks,
Rajeen
...
|
|
|
Microsoft Word is set to be your e-mail editor. However, Word is
unavailable, not installed, or is not the same version as Outlook. The
Outlook e-mail editor will be used instead.
Fri, 30 May 2008 16:34:31 -0700 (PDT)
I have set Word as the editor for my messages in Outlook. As soon as i
open
Outlook and try to create a new message, it opens up word as editor.
But when
i try to reply to an email or forward an email, it gives me an error
message
"Microsoft Word is been set to be your Word editor. However Word is
unavailab ...
|
Re: find the deleted record id
Mon, 26 May 2008 07:33:53 -0500
Hi Ken,
Tried accessing the deleted contact details through ItemRemove and BeforeDelete.
Well in the later part of the implementation, found that ItemRemove doesn't work for the deleted item of a PST file.
http://msdn.microsoft.com/en-us/library/bb220154.aspx
and BeforeDelete works only if the item is launch ...
|
Programming Outlook 2007
Fri, 23 May 2008 13:10:20 -0400
Hello,
I have a couple of questions regarding programming outlook 2007. I would
like to customize how outlook displays email messages based on weather or
not they came from an internet list server.
These messages have the following additional message internet headers:
List-Unsubscribe:
List-Subscribe: ...
|