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 25 of 26
Search took 0.05 seconds.
Search: Posts made by: Koen Verwimp
Forum: Add-ins for Outlook December 3rd 09, 12:29 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 874
Posted By Koen Verwimp
Outlook VSTO Add-in not visible in Trust Center after installing

Hi,

I have implemented a VSTO Outlook Add-in and created a setup project.
When I install this add-in project with the setup/msi file ... files are
installed properly, but VSTO Add-in isn't visible...
Forum: Add-ins for Outlook October 1st 09, 10:00 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 707
Posted By Koen Verwimp
importing EML in MailItem

Hello,

Is there a way to import an EML-file in a MailItem?

regards,
Koen
Forum: Add-ins for Outlook August 31st 09, 11:18 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 701
Posted By Koen Verwimp
Outlook Mobile

Hi,

Is there a possibility to write add-ins for Outlook Mobile?

regards,
Koen
Forum: Add-ins for Outlook April 8th 09, 03:41 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 525
Posted By Koen Verwimp
do Reply, Reply to All, Forward programmatically

Hi,

Is it possible to simulate a Reply button click on a MailItem?
Same for Reply to All and Forward.

MailItem item ... ;

//- Open the mail in a new window like it is after clicking the Reply...
Forum: Add-ins for Outlook April 1st 09, 03:14 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 548
Posted By Koen Verwimp
Select a folder in Outlook (in code)

Thanks !!

"Ken Slovak - [MVP - Outlook]" wrote:

Get the folder you want to become the current folder then use the
ActiveExplorer().CurrentFolder property to set the folder in the
...
Forum: Add-ins for Outlook April 1st 09, 01:26 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 548
Posted By Koen Verwimp
Select a folder in Outlook (in code)

Hey,

Is it possible to simulate "clicking a folder" programmatically.
I'm using VSTO C# .net.

Thank you,
Koen Verwimp
Forum: Add-ins for Outlook October 30th 08, 09:45 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 139
Posted By Koen Verwimp
IMAP and Outlook.MAPIFolderEvents_12_BeforeItemMoveEventHandler

Hi,

I have noticed the event only triggered when the IMAP account is the default
account. I don't know why?

Thanks,
Koen


"Koen Verwimp" wrote:
Forum: Add-ins for Outlook October 29th 08, 10:44 PM Posted to microsoft.public.outlook.program_addins
Replies: 0
Views: 498
Posted By Koen Verwimp
Undelete MailItem in IMAP Store programmatically

Hello,

Is there a way to 'undelete' a mailitem programmatically in a IMAP store?

greetz,
Koen
Forum: Add-ins for Outlook October 29th 08, 07:48 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 865
Posted By Koen Verwimp
Add folder to favorite folders

Thanx Ken!

"Ken Slovak - [MVP - Outlook]" wrote:

Sorry, I misunderstood. That method adds the folder to the IE Favorites. The
object model doesn't expose any way to add a folder to the...
Forum: Add-ins for Outlook October 29th 08, 07:31 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 139
Posted By Koen Verwimp
IMAP and Outlook.MAPIFolderEvents_12_BeforeItemMoveEventHandler

Hello,

I have problems with a
Outlook.MAPIFolderEvents_12_BeforeItemMoveEventHandler since I am using a
IMAP account.

The handler isn't trigged in a IMAP store.

Anyone any idea why? or had same...
Forum: Add-ins for Outlook October 28th 08, 06:59 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 865
Posted By Koen Verwimp
Add folder to favorite folders

Hi Ken,

Thanks for replying.

I tried AddToFavorite, but without success. I want to add a shortcut in the
"Favorite Folders" pane.

Thanks,
Koen
Forum: Add-ins for Outlook October 28th 08, 11:28 AM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 865
Posted By Koen Verwimp
Add folder to favorite folders

Hello,

Is there a way to add a folder to the "favorite folders" pane
programmatically?

thanx,
Koen
Forum: Add-ins for Outlook September 22nd 08, 01:41 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 1,498
Posted By Koen Verwimp
MailItem SaveAs

PR_RTF_COMPRESSED is filled!

Thanks,
Koen

"Dave Vespa [MSFT]" wrote:

I think you are seeing the results of Outlook's "Best Body" logic. Outlook
could store the body in three locations:
Forum: Add-ins for Outlook September 19th 08, 10:42 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 1,498
Posted By Koen Verwimp
MailItem SaveAs

Hello,

When I save a mail to MSG file programmatically with SaveAs on MailItem, I
can't read the PR_BODY property afterwards. I tried also with Outlook Spy to
read that propery, but the PR_BODY...
Forum: Add-ins for Outlook August 12th 08, 10:25 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 485
Posted By Koen Verwimp
Assembly.LoadFile permission error

Hello,

I'm getting permission errors while trying to load a dll file dynamically
(Assembly.LoadFile( ... ) ) from within an outlook addin.

Anyone a solution for granting this...
Forum: Add-ins for Outlook July 15th 08, 03:41 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 751
Posted By Koen Verwimp
AfterSendEvent...

Sue,

Problem is that you can choose another location for saving the sent item
while creating a new mail.
These mails will not be catched by the eventhandler on the default sent items.

grtz,
Koen
Forum: Add-ins for Outlook July 15th 08, 10:13 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 751
Posted By Koen Verwimp
AfterSendEvent...

Hello,

In the outlook model we can set an event handler on "Application.ItemSend",
but this event is a BeforeSend event. I need an AfterSend event ... because I
need the entryID of the mail after...
Forum: Add-ins for Outlook July 10th 08, 09:37 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 574
Posted By Koen Verwimp
Clearing folder 'Deleted Items'

Hey,

What is the best/easiest way to clear a MAPIFolder programmatically?

Thank you,
Koen
Forum: Add-ins for Outlook June 29th 08, 09:24 AM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 1,190
Posted By Koen Verwimp
Custom Explorer

Hey Sue,

Is it possible to write your own Explorer window for viewing a folder in
Outlook 2007. (.net form)
Folder home pages can only be web pages?

Grtzz,
Koen

"Sue Mosher [MVP-Outlook]" wrote:
Forum: Add-ins for Outlook June 28th 08, 09:27 AM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 1,190
Posted By Koen Verwimp
Custom Explorer

Hello,

Is it possible to write your own Explorer form for a folder?

grtz,
Koen
Forum: Add-ins for Outlook June 14th 08, 03:52 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 1,027
Posted By Koen Verwimp
thread-index

Hey,

How can I convert a thread-index (string form in header) to a hexadecimal
form like the conversation index. Anyone knows which encoding is used here?

Thank you,
Koen
Forum: Add-ins for Outlook June 11th 08, 04:43 PM Posted to microsoft.public.outlook.program_addins
Replies: 0
Views: 571
Posted By Koen Verwimp
MarkForDownload, RemoteStatus, DownloadState

Hey,

Is there a way for redownloading a message (IMAP server).

MarkForDownload? RemoteStatus? DownloadState?

When i try with MarkForDownload Outlook said:
"This item is already downloaded; it...
Forum: Add-ins for Outlook June 11th 08, 02:42 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 643
Posted By Koen Verwimp
outlook cache

Hey,

I have an IMAP-server in Outlook. When I drop a email in my IMAP-server, the
email is stored on the IMAP server. But after the message is saved by the
IMAP server, the server changes a couple...
Forum: Add-ins for Outlook April 14th 08, 09:02 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 820
Posted By Koen Verwimp
Converation Tracking

Hey Ken,

Redemption solved the problem !

Thanks for helping!
grtz Koen

"Ken Slovak - [MVP - Outlook]" wrote:

I said it was read-only using the Outlook object model.
Forum: Add-ins for Outlook April 14th 08, 03:06 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 820
Posted By Koen Verwimp
Converation Tracking

Thank you for replying Ken!

I tried to set the ConversationTopic field with VSTO, but this is a readonly
field. Do you know another way to set this field?

regards,
Koen

MailItem temp =...
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT +1. The time now is 06:40 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.