| View previous topic :: View next topic |
| Author |
Message |
Jon Jacobs Guest
|
Posted: Mon Jan 26, 2004 2:56 pm Post subject: Outlook - AppointmentItem |
|
|
At the bottom-left of the appointment window is a contacts button. Just to
the right of button is an edit control where you can type anything. What
property of AppointmentItem contains this text?
Thanks,
Jon
|
|
| Back to top |
|
 |
Mike Shkolnik Guest
|
Posted: Mon Jan 26, 2004 3:23 pm Post subject: Re: Outlook - AppointmentItem |
|
|
Recipients collection?
--
With best regards, Mike Shkolnik
EMail: [email]mshkolnik (AT) scalabium (DOT) com[/email]
http://www.scalabium.com
"Jon Jacobs" <jqjacobsATgte.net> wrote in message:
news:40152aa5$1 (AT) newsgroups (DOT) borland.com...
| Quote: | At the bottom-left of the appointment window is a contacts button. Just to
the right of button is an edit control where you can type anything. What
property of AppointmentItem contains this text?
Thanks,
Jon
|
|
|
| Back to top |
|
 |
Jon Jacobs Guest
|
Posted: Mon Jan 26, 2004 3:40 pm Post subject: Re: Outlook - AppointmentItem |
|
|
Thanks. That looked promising. but turned out not to be the one.
Jon
"Mike Shkolnik" <mshkolnik2002 (AT) ukr (DOT) net> wrote
| Quote: | Recipients collection?
--
With best regards, Mike Shkolnik
EMail: [email]mshkolnik (AT) scalabium (DOT) com[/email]
http://www.scalabium.com
"Jon Jacobs" <jqjacobsATgte.net> wrote in message:
news:40152aa5$1 (AT) newsgroups (DOT) borland.com...
At the bottom-left of the appointment window is a contacts button. Just
to
the right of button is an edit control where you can type anything. What
property of AppointmentItem contains this text?
Thanks,
Jon
|
|
|
| Back to top |
|
 |
Dmitry Streblechenko Guest
|
Posted: Mon Jan 26, 2004 6:15 pm Post subject: Re: Outlook - AppointmentItem |
|
|
AppointmentItem.Links
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Jon Jacobs" <jqjacobsATgte.net> wrote
| Quote: | At the bottom-left of the appointment window is a contacts button. Just to
the right of button is an edit control where you can type anything. What
property of AppointmentItem contains this text?
Thanks,
Jon
|
|
|
| Back to top |
|
 |
Jon Jacobs Guest
|
Posted: Mon Jan 26, 2004 11:35 pm Post subject: Re: Outlook - AppointmentItem |
|
|
That's It! Thank you.
I was afraid it would be something not available in the older versions of
Outlook.
I can compile the Links property if I use Outlook2000, but not if I use
Outlook8 (which I must, since I can not guarantee that our users are up to
date in Outlook versions - some of them still use Win98 even - which is a
support nightmare).
I'll just have to forget about accessing that information. Oh well.
Jon
"Dmitry Streblechenko" <dmitry (AT) dimastr (DOT) com> wrote
| Quote: | AppointmentItem.Links
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Jon Jacobs" <jqjacobsATgte.net> wrote in message
news:40152aa5$1 (AT) newsgroups (DOT) borland.com...
At the bottom-left of the appointment window is a contacts button. Just
to
the right of button is an edit control where you can type anything. What
property of AppointmentItem contains this text?
Thanks,
Jon
|
|
|
| Back to top |
|
 |
Dmitry Streblechenko Guest
|
Posted: Tue Jan 27, 2004 7:06 am Post subject: Re: Outlook - AppointmentItem |
|
|
You can still *try* to access it using late binding. Assuming
AppointmentItem is an IDispatch from Outlook:
var Links : OleVariant;
....
try
Links:=OleVariant(AppointmentItem).Links;
...
except
//oh well, it is not accessible
end;
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Jon Jacobs" <jqjacobsATgte.net> wrote
| Quote: | That's It! Thank you.
I was afraid it would be something not available in the older versions of
Outlook.
I can compile the Links property if I use Outlook2000, but not if I use
Outlook8 (which I must, since I can not guarantee that our users are up to
date in Outlook versions - some of them still use Win98 even - which is a
support nightmare).
I'll just have to forget about accessing that information. Oh well.
Jon
"Dmitry Streblechenko" <dmitry (AT) dimastr (DOT) com> wrote in message
news:4015593d$1 (AT) newsgroups (DOT) borland.com...
AppointmentItem.Links
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Jon Jacobs" <jqjacobsATgte.net> wrote in message
news:40152aa5$1 (AT) newsgroups (DOT) borland.com...
At the bottom-left of the appointment window is a contacts button.
Just
to
the right of button is an edit control where you can type anything.
What
property of AppointmentItem contains this text?
Thanks,
Jon
|
|
|
| Back to top |
|
 |
Jon Jacobs Guest
|
Posted: Tue Jan 27, 2004 12:38 pm Post subject: Re: Outlook - AppointmentItem |
|
|
Thanks. Useful technique.
Jon
"Dmitry Streblechenko" <dmitry (AT) dimastr (DOT) com> wrote
| Quote: | You can still *try* to access it using late binding. Assuming
AppointmentItem is an IDispatch from Outlook:
var Links : OleVariant;
...
try
Links:=OleVariant(AppointmentItem).Links;
...
except
//oh well, it is not accessible
end;
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Jon Jacobs" <jqjacobsATgte.net> wrote in message
news:4015a447$1 (AT) newsgroups (DOT) borland.com...
That's It! Thank you.
I was afraid it would be something not available in the older versions
of
Outlook.
I can compile the Links property if I use Outlook2000, but not if I use
Outlook8 (which I must, since I can not guarantee that our users are up
to
date in Outlook versions - some of them still use Win98 even - which is
a
support nightmare).
I'll just have to forget about accessing that information. Oh well.
Jon
"Dmitry Streblechenko" <dmitry (AT) dimastr (DOT) com> wrote in message
news:4015593d$1 (AT) newsgroups (DOT) borland.com...
AppointmentItem.Links
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Jon Jacobs" <jqjacobsATgte.net> wrote in message
news:40152aa5$1 (AT) newsgroups (DOT) borland.com...
At the bottom-left of the appointment window is a contacts button.
Just
to
the right of button is an edit control where you can type anything.
What
property of AppointmentItem contains this text?
Thanks,
Jon
|
|
|
| Back to top |
|
 |
|