Forum: Add-ins for Outlook
September 17th 08, 07:15 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 592
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
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
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
|
Forum: Add-ins for Outlook
January 28th 07, 06:16 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 1,028
|
Forum: Add-ins for Outlook
January 23rd 07, 11:11 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 1,993
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
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
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
|
Forum: Add-ins for Outlook
January 3rd 07, 10:49 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 845
|
Forum: Add-ins for Outlook
January 3rd 07, 09:15 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 845
|