CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    7

    Creating an email account from ActiveX server component

    Hello there,

    I am writing a ActiveX server component(a dll actually) which will
    be called from an ASP to create a email account in an Microsoft Exchange server.

    I hope someone is able to tell me how to go about doing this.
    Does Microsoft Exchange server provides API in dll form?

    thanks a lot!

    darren




  2. #2
    Join Date
    Jan 1999
    Posts
    24

    Re: Creating an email account from ActiveX server component

    Hello.
    We can use CDO interface to programing MS Exchange.

    Bye.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured