Forum: Add-ins for Outlook
October 10th 08, 11:48 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 596
|
Forum: Add-ins for Outlook
March 10th 08, 11:08 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 917
|
Forum: Add-ins for Outlook
March 7th 08, 04:23 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 917
MessageClass and Custom Outlook Form issue
I apologize for my poor English.
While I change the mail item's message class in Outlook 2003 from IPM.Note
to IPM.Note.mycustom using the MAPI Editor tool and I don't make a
corresponding form to...
|
Forum: Outlook - General Queries
March 7th 08, 04:12 AM Posted to microsoft.public.outlook
|
Replies: 0
Views: 545
MessageClass and Custom Outlook Form issue
I apologize for my poor English.
While I change the mail item's message class in Outlook 2003 from IPM.Note
to IPM.Note.mycustom using the MAPI Editor tool and I don't make a
corresponding form ...
|
Forum: Outlook - General Queries
August 23rd 07, 07:31 PM Posted to microsoft.public.outlook
|
Replies: 4
Views: 577
|
Forum: Outlook - General Queries
August 23rd 07, 07:05 PM Posted to microsoft.public.outlook
|
Replies: 4
Views: 577
|
Forum: Add-ins for Outlook
July 3rd 07, 07:07 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 144
EECONTEXT_SESSION issue
What scene does the outlook ECE plugin will enter into EECONTEXT_SESSION?
Generally the plugin just enter this context once.But in my customer's
computer it occured more than one times.And this...
|
Forum: Add-ins for Outlook
July 3rd 07, 06:57 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 11
Views: 1,859
Programmatically enable Add-ins
Maybe you can program to delete the extend.dat file located in C:\Documents
and Settings\username\Local Settings\Application Data\Microsoft\Outlook .
"balaji chandan" ...
|
Forum: Outlook - General Queries
May 22nd 07, 03:10 AM Posted to microsoft.public.outlook
|
Replies: 2
Views: 10,015
|
Forum: Outlook - General Queries
May 21st 07, 09:39 AM Posted to microsoft.public.outlook
|
Replies: 2
Views: 10,015
What dose the message expired mean?
One of the emails in my outlook 2003 mail box displayed :
"This message expired on 2007-5-21 1:30.
by 2007-5-21 1:30."
What does this mean?
|
Forum: Add-ins for Outlook
February 13th 07, 02:35 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 682
|
Forum: Add-ins for Outlook
February 12th 07, 07:33 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 1,403
Saving synchronization log failed
When I hit the send/receive button in outlook I get and error in the task
"saving synchronization log",The error message is 0x8004010F "The operation
failed. An Object could not be...
|
Forum: Add-ins for Outlook
January 26th 07, 02:03 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 841
how to convert 'System::String ^' to 'BSTR'
I'm not very familiar with managed C++. I think you can first convert the
System::String to an wide char,an then convert this wide char to BSTR.
From MSDN you can get the first step as follows:
//...
|
Forum: Add-ins for Outlook
January 26th 07, 01:53 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 731
Opening browser within outlook
I'm using C++.The same work I do as follows(You can see I do it with OOM):
{
HRESULT hr = S_FALSE;
try{
CComPtrOutlook::_Explorer spExplorer ;
hr =...
|
Forum: Add-ins for Outlook
January 17th 07, 01:56 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 963
|
Forum: Add-ins for Outlook
January 16th 07, 02:30 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 963
|
Forum: Add-ins for Outlook
January 15th 07, 11:15 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 963
|
Forum: Add-ins for Outlook
December 4th 06, 04:05 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 1,374
Exchange connection mode property
I tried to understand what exactly different constant values mean,
especially the subtle differences among olOffline, olCachedOffline,
olDisconnected, olCachedDisconnected, and differences among...
|
Forum: Add-ins for Outlook
November 23rd 06, 08:10 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 1,299
double-click or save attachment
Hack the window!!!
For Outlook2003,the attachments list container is a rich editor ,it's
windows class name called "RichEdit20W";
For Outlook2000,the attachments list container is a list view...
|
Forum: Add-ins for Outlook
November 7th 06, 03:32 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 621
How to obtain the body of a temporary MailItem?
I have made a Outlook-plugin with VC2005 .It's an Exchange Client Extension
..
Outlook::_MailItemPtr spMailItem = ....;
Outlook::_MailItemPtr spFwdItem = NULL;
spMailItem-Forward(&spFwdItem);//...
|
Forum: Add-ins for Outlook
November 7th 06, 03:24 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 706
|