B b4auser1 Well-Known Member Licensed User Longtime User Feb 11, 2014 #1 I didn't find IsInitilized and Close methods in SMTP and POP3 classes. How to close connection and free resources for SMTP and POP3 connections ?
I didn't find IsInitilized and Close methods in SMTP and POP3 classes. How to close connection and free resources for SMTP and POP3 connections ?
Erel B4X founder Staff member Licensed User Longtime User Feb 12, 2014 #2 POP3 does have a Close method and IsInitialized method. SMTP handles the connection automatically, you do not need to close it. Upvote 0
POP3 does have a Close method and IsInitialized method. SMTP handles the connection automatically, you do not need to close it.
B b4auser1 Well-Known Member Licensed User Longtime User Feb 12, 2014 #3 SMTP closes the connection automatically after SMTP_MessageSent is called ? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Feb 13, 2014 #4 Yes (actually before the event is raised). Upvote 0