Read sender's email address from MS Outlook mail

后端 未结 2 1148
一整个雨季
一整个雨季 2020-12-19 12:53

I am using below code to read incoming mails from MS Outlook 2010 -

public static void outLookApp_NewMailEx(string EntryIDCollection)
{                
             


        
2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-19 13:19

    The address returned now is an (X.400) Exchange address. Please take a look at this MSDN article on how to retrieve the corresponding SMTP address.

提交回复
热议问题