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 11 of 11
Search took 0.04 seconds.
Search: Posts made by: spareway
Forum: Add-ins for Outlook September 17th 08, 07:15 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 592
Posted By spareway
imap change mailitem body creates deleted message

hi,

i have written an outlook addin in c# .net that changes the message
body of an email after it is received. When my code assigns a new
value to mailitem.body, the original email message(with the...
Forum: Add-ins for Outlook January 25th 08, 06:31 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 729
Posted By spareway
enumerate exchange email accounts

thanks for the suggestion Dmitry. Unfortunately I am targeting Outlook
2003 and cannot use a com based library.
Are there any MAPI calls I can use to get the email addrtess for...
Forum: Add-ins for Outlook January 24th 08, 11:23 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 729
Posted By spareway
enumerate exchange email accounts

Hi,

I have a VS 2005 c# outlook addin that I have created. I need to
enumerate all email accounts for a profile. I have no problem reading
the registry to get the accounts. The entries in the...
Forum: Add-ins for Outlook January 28th 07, 07:32 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 869
Posted By spareway
unable to save attachment-- Outlook 2003, C#

Try using the ItemSend Event.

On Jan 25, 5:44 pm, "Krishna" wrote:
Hi,
I am developing a plug-in to Outlook 2003 using C#.

I am trying to save attachments in the...
Forum: Add-ins for Outlook January 28th 07, 06:16 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 1,028
Posted By spareway
Outlook.MAPIFolder: for each compile error

When I try to compile this:

foreach (Outlook.MAPIFolder tmpFolder in theFolder.Folders)
{
MesageBox.Show(tmpFolder.Name);
}


I get this:
Forum: Add-ins for Outlook January 23rd 07, 11:11 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 1,993
Posted By spareway
Publish form Issues

I figured out a solution. The problem was with the second parameter of
publishform.

string
dllPath ;
object missing =...
Forum: Add-ins for Outlook January 15th 07, 05:42 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 1,993
Posted By spareway
Publish form Issues

Hi Ken,

All my objects look ok, except for the inBoxFolder. I am not sure if
this is an issue but when i look at the UserPermissions property of the
inBoxFolder object it says:

error: an...
Forum: Add-ins for Outlook January 15th 07, 04:18 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 1,993
Posted By spareway
Publish form Issues

Hi,

I am trying to publish a form via an outlook addin. When I call
Publish Form, I get an exception that says: one or more paramters are
incorrect.

any ideas?

thanks,
Forum: Add-ins for Outlook January 3rd 07, 11:12 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 845
Posted By spareway
newmailex - messageclass change not displayed message opened

Sue,

Forcing garbage collection solved the problem.

many thanks,

craig

On Jan 3, 5:59 pm, "Sue Mosher [MVP-Outlook]"
wrote:
Forum: Add-ins for Outlook January 3rd 07, 10:49 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 845
Posted By spareway
newmailex - messageclass change not displayed message opened

sue,

thanks for the response. I am changing the messageclass in the
NewMailEx event and i do release the object by executing:
Marshal.ReleaseComObject(mailItem);

But I still have the same...
Forum: Add-ins for Outlook January 3rd 07, 09:15 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 845
Posted By spareway
newmailex - messageclass change not displayed message opened

Hi,

I have a C# addin that changes the messageclass of the incoming email
message from IPM.Note to IPM.Note.ZZZ. The message class is changed
and the new icon is displayed in the message pane. But...
Showing results 1 to 11 of 11

 
Forum Jump

All times are GMT +1. The time now is 06:08 AM.


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.