Outlook OLEVARIANT

Add-in Express™ Support Service
That's what is more important than anything else

Outlook OLEVARIANT
 
Yair Eshel




Posts: 9
Joined: 2007-02-27
Hello guys
I'm trying to create an outlook add-in. Can you direct me to the outlook olevariant documentations for Delphi?

Thanks
Yair
Posted 07 Mar, 2007 06:54:56 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Yair,

I am afraid I don't quite understand what you mean by "outlook olevariant documentations". Please explain.

P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.

Posted 07 Mar, 2007 08:49:57 Top
Yair Eshel




Posts: 9
Joined: 2007-02-27
Well, Lets take this line from the demo for example:
ShowMessage('The subject is ' +
OleVariant(Self.OutlookApp.ActiveExplorer.Selection.Item(1)).Subject);

The Self...Subject part is what I called Outlook OleVariant. Now the Subject is one of the Object variables. I want to know where I can find full documentation of this object.

Hope I've explained myself well this time
Thanks
Yair
Posted 07 Mar, 2007 10:57:16 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Yair,

Thank you for the explanation.

The Selection collection may contain several object types. Please see the following pages to learn about the Outlook Object Model:

http://msdn2.microsoft.com/en-us/library/aa221870(office.11).aspx
http://www.microeye.com/resources/ObjectModel2003.htm
http://www.outlookexchange.com/articles/home/outlookobjectmodel.asp

Posted 07 Mar, 2007 11:36:23 Top