Forum: Add-ins for Outlook
December 3rd 09, 12:29 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 874
|
Forum: Add-ins for Outlook
October 1st 09, 10:00 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 707
|
Forum: Add-ins for Outlook
August 31st 09, 11:18 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 701
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
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
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
|
Forum: Add-ins for Outlook
October 30th 08, 09:45 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 139
|
Forum: Add-ins for Outlook
October 29th 08, 10:44 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 498
|
Forum: Add-ins for Outlook
October 29th 08, 07:48 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 865
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
|
Forum: Add-ins for Outlook
October 28th 08, 06:59 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 865
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
|
Forum: Add-ins for Outlook
September 22nd 08, 01:41 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 1,498
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
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
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
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
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
|
Forum: Add-ins for Outlook
June 29th 08, 09:24 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 1,190
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
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
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
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
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
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
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 =...
|