Ask a questionAsk a question
 

AnswerRetrieve Outlook smtp account list

  • Sunday, August 02, 2009 7:54 AMZmajcek Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I'm browsing MSDN but haven't found it (guess I'm not a good searcher :-))

    I'm experimenting on outlook add-in and I'd like to list my outgoing accounts (not contacts. my accounts I can send mail from). I only need email addresses (like john@company1.com , john@company2.net,...).
    Does microsoft.office.interop.outlook provide this? How?

    --edit--
    I found AccountsClass in MSDN but I don't have it in dropdown with acailable classes/options:

    using Outlook = Microsoft.Office.Interop.Outlook;

    namespace test1 {
    ...
    ...
    Outlook.[ACCOUNTS not in dropdown?!]
    }

    --edit--
    • Edited byZmajcek Sunday, August 02, 2009 8:06 AMFound more about topic
    •  

Answers

All Replies