J
Julia
Hi,
My system uses Mail Client component
the Mail Client can either wrap exchange or pop3\SMTP server functions
in order to do that I declared an abstract named class MailClient
and create two components in two different DLL which derive from MailClient
ExchangeImpl.dll
Pop3Impl.dll
In the server I define variable
MailClient mailClient;
Now I want to create a specific implementation according to configuration
or user choice
How do I create a specific mail client at run time?
Thanks.
My system uses Mail Client component
the Mail Client can either wrap exchange or pop3\SMTP server functions
in order to do that I declared an abstract named class MailClient
and create two components in two different DLL which derive from MailClient
ExchangeImpl.dll
Pop3Impl.dll
In the server I define variable
MailClient mailClient;
Now I want to create a specific implementation according to configuration
or user choice
How do I create a specific mail client at run time?
Thanks.