Using integrated object viewer in MS Access, I found that I have some interesting libraries installed on my system; for example, "ECEMSGLib - Motorola Email Message Centre Typelib 1.0", which "exposes" an "Email" class with methods like NewMail, SetSubject,...
If I want to write something like
set test=Email.NewEmail
Email.SetSubject("test subject")
(if these are correct...), which statements should I use I ADVANCE, to "connect" to the library? I think I need something like creatobject("word.application") for Word.... but I have no documentation for this library, so how can I know how to connect?
-- Jumpjack --
If I want to write something like
set test=Email.NewEmail
Email.SetSubject("test subject")
(if these are correct...), which statements should I use I ADVANCE, to "connect" to the library? I think I need something like creatobject("word.application") for Word.... but I have no documentation for this library, so how can I know how to connect?
-- Jumpjack --