Get message ID from smtp message
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello guys, I'm developing a mailing application where I want to deliver my mails to a relay SMTP server. (This is a linux postfix server which is configured for outgoing performance). So in my app I just use the smtpclient to connect to this server and send the messages. Now I really would like to retrieve the message ID once I send a message. I can't find where I can retrieve this. It's sent back by the server like: 250 OK id=1K4Md1-0004B5-NO The client just returns me a boolean. Thanks !