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 10 of 10
Search took 0.05 seconds.
Search: Posts made by: Nenad Dobrilovic
Forum: Add-ins for Outlook October 10th 08, 02:49 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 531
Posted By Nenad Dobrilovic
Releasing COM Components

Thank you.
I am using C# and VSTO to make an add-in for Outlook 2003.
--
Nenad Dobrilovic


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

Best practice is to always release everything.
Forum: Add-ins for Outlook October 10th 08, 12:58 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 531
Posted By Nenad Dobrilovic
Releasing COM Components

I have created programmatically a structure of root MAPIFolder, with
subfolders and MailItems.

Is it necessary to explicitly release all items (subfolders and mail items)
or I can release only the...
Forum: Add-ins for Outlook October 8th 08, 09:24 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 1,148
Posted By Nenad Dobrilovic
Outlook Mail Item Open Event Doesn't Work

At the startup event of the add-in, it creates all mail items and keeps them
in a dictionary, as you can see in a code example, so that it can get a right
one when event starts.
But, even if method...
Forum: Add-ins for Outlook October 7th 08, 04:30 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 1,148
Posted By Nenad Dobrilovic
Outlook Mail Item Open Event Doesn't Work

I have an interesting issue with Open mail item's event.

I have a MailItem wrapper class, which exposes Opening event like this;

public class MailDocument
{
private Outlook.MailItem...
Forum: Add-ins for Outlook October 6th 08, 12:34 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 725
Posted By Nenad Dobrilovic
Outlook View Control Folder property

I have some clarification regarding my solution to the issue. Problem is not
in the specific name of the storage (I mentioned "Documents") but in the fact
that, for some reason, any name of the...
Forum: Add-ins for Outlook October 3rd 08, 03:53 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 631
Posted By Nenad Dobrilovic
Release COM components

Thanks a lot. Does it mean that implementing a Dispose pattern for a wrapper
classes (InspectorWrapper, ExplorerWrapper, etc) is a good idea?
--
Nenad Dobrilovic


"Ken Slovak - [MVP - Outlook]"...
Forum: Add-ins for Outlook October 3rd 08, 02:48 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 631
Posted By Nenad Dobrilovic
Release COM components

Is it really necessary to release COM components from Office PIA, when you
don't need them anymore by invoking Marshal.ReleaseComObject(..)?

I found various and contradictory advices on this topic...
Forum: Add-ins for Outlook October 2nd 08, 03:25 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,621
Posted By Nenad Dobrilovic
Unknown Outlook MailItem EntryID

Thank you for the detailed answer.

I didn't give you all relevant information, sorry. Exchange Server was
involved, and MailItem was saved after creating and moved to the external pst
file...
Forum: Add-ins for Outlook October 2nd 08, 01:44 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 725
Posted By Nenad Dobrilovic
Outlook View Control Folder property

After a while, I finally find out what was the problem: name of the external
storage cannot be 'Documents' :(.

During startup of the addin, it loads the non-default PST file, and changes
its name...
Forum: Add-ins for Outlook October 2nd 08, 01:43 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,621
Posted By Nenad Dobrilovic
Unknown Outlook MailItem EntryID

My Outlook add-in handles NewInspector event of the Inspector object, in
order to display a custom form for the mail item.

I can get EntryID of the CurrentItem of the Inspector object which is...
Showing results 1 to 10 of 10

 
Forum Jump

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