A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 21 of 21
Search took 0.17 seconds.
Search: Posts made by: IceKettle
Forum: Add-ins for Outlook October 10th 08, 11:48 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 596
Posted By IceKettle
Installing outlook com add in for standard users on terminal server

Hi,

we have written a dll that we want to use as an outlook com add-in for our
users on terminal server. It installs and works perfectly for the
administrator log in. When I go to install under a...
Forum: Add-ins for Outlook March 10th 08, 11:08 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 917
Posted By IceKettle
MessageClass and Custom Outlook Form issue

Thanks

"Dmitry Streblechenko" ...
Set thr PR_ICON_INDEX (0x10800003) property.

Dmitry Streblechenko (MVP)
...
Forum: Add-ins for Outlook March 7th 08, 04:23 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 917
Posted By IceKettle
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
Posted By IceKettle
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
Posted By IceKettle
The mails in outbox not be auto-deleted,why?

Thank you for your reply,Vince.
The items have been sent correctly,because the recipient got the email.


"Vince Averello [MVP-Outlook]" ...
Forum: Outlook - General Queries August 23rd 07, 07:05 PM Posted to microsoft.public.outlook
Replies: 4
Views: 577
Posted By IceKettle
The mails in outbox not be auto-deleted,why?

I use outlook2003 to send some mails successfully,ordinarily the mails in
Outbox will be removed automatically,but in my OUTLOOK,it doesn't.

What's wrong?
Forum: Add-ins for Outlook July 3rd 07, 07:07 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 144
Posted By IceKettle
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
Posted By IceKettle
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
Posted By IceKettle
What dose the message expired mean?

Thank you very much,Judy.

"Judy Gleeson (MVP Outlook)" ...
This means that the sender set it to Expire.

Have a...
Forum: Outlook - General Queries May 21st 07, 09:39 AM Posted to microsoft.public.outlook
Replies: 2
Views: 10,015
Posted By IceKettle
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
Posted By IceKettle
Delegates user issue

How to obtain the delegates user names and they folders from OUTLOOK Add-in?
Forum: Add-ins for Outlook February 12th 07, 07:33 AM Posted to microsoft.public.outlook.program_addins
Replies: 0
Views: 1,403
Posted By IceKettle
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
Posted By IceKettle
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
Posted By IceKettle
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
Posted By IceKettle
Is there any SDK to parse the outlook extend.dat file?

I like you so much,Dmitry.It's just what I want.

"Dmitry Streblechenko" ...
Look in the
...
Forum: Add-ins for Outlook January 16th 07, 02:30 AM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 963
Posted By IceKettle
Is there any SDK to parse the outlook extend.dat file?

Yes,Dmitry,:D.
Maybe I can do this by removing the extend.dat file before OUTLOOK
startup,but you know if I do this all ECE would be enabled,
it is not what I expect. Another task I need to do is...
Forum: Add-ins for Outlook January 15th 07, 11:15 AM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 963
Posted By IceKettle
Is there any SDK to parse the outlook extend.dat file?

I want to know what Exchange Client Extension plug-ins had been loaded and
enabled .By GOOGLE,I've known that the plugin 's Enable/Disable status had
been written into extend.dat file.So ,is there...
Forum: Add-ins for Outlook December 4th 06, 04:05 AM Posted to microsoft.public.outlook.program_addins
Replies: 0
Views: 1,374
Posted By IceKettle
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
Posted By IceKettle
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
Posted By IceKettle
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
Posted By IceKettle
How to obtain the body of a MailItem which has not been saved and just only stayed in memory?

I have made a Outlook-plugin with VC2005 .It's an Exchange Client Extension
..

Outlook::_MailItemPtr spMailItem = ....;
Outlook::_MailItemPtr spFwdItem =...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT +1. The time now is 05:40 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.