2
Accessing mailbox via .Net
Question asked by Sze Huai Siow - 8/20/2015 at 7:39 PM
Unanswered
I wonder if there are anyway that we can access mailbox programmatically.
If there are any API which allow us to track incoming mail and trigger certain action, that's even better.

6 Replies

Reply to Thread
0
Manuel Replied
Hello,
yes, SmarterMail have Web Services: http://mail.smartertools.com/services/
GRAFFITI — It's Communication Riva del Garda (TN), I-38066 – Località Pasina 46 Milano, I-20129 - via Lamberto De Bernardi 1 Verona, I-37134 - via Legnago 126 San Francisco, US-94111 California – 275 Battery St, Suite 2600 website: www.graffiti.it
1
Matt Petty Replied
Employee Post
You can also use a protocol such as IMAP to interact with emails.
Matt Petty Software Developer SmarterTools Inc. (877) 357-6278 www.smartertools.com
0
Bruce Barnes Replied
If you decide to go the web services route, make certain you substitute your own domain name in the URL
 
Web Services: http://mail.smartertools.com/services/, IE; change MAIL.SMARTERTOOLS.COM to your domain name as the data returned by the web services tool is very specific to your installation and is determined by both the VERSION and TYPE of SmarterMail software you have installed.
 
The information returned by Web Services: http://mail.smartertools.com/services/ will probably NOT be the same as the information returned by your own domain name.
Bruce Barnes ChicagoNetTech Inc brucecnt@comcast.net Phonr: (773) 491-9019 Phone: (224) 444-0169 E-Mail and DNS Security Specialist Network Security Specialist Customer Service Portal: https://portal.chicagonettech.com Website: https://www.ChicagoNetTech.com Security Blog: http://networkbastion.blogspot.com/ Web and E-Mail Hosting, E-Mail Security and Consulting
1
kevind Replied
Correct me if I'm wrong, but I don't think there are any SmarterMail web services that allow you to work directly with a user's mailbox.  It would be nice if there was.  I would like to read a user's calendar also.
 
Anyone know of a .NET framework or component that does IMAP and/or CalDAV?
 
Kevin
0
Manuel Replied
Hello kevind,
I use this for IMAP: http://www.limilabs.com/
GRAFFITI — It's Communication Riva del Garda (TN), I-38066 – Località Pasina 46 Milano, I-20129 - via Lamberto De Bernardi 1 Verona, I-37134 - via Legnago 126 San Francisco, US-94111 California – 275 Battery St, Suite 2600 website: www.graffiti.it
0
kevind Replied
Thanks, I'll check it out.

Reply to Thread