Newbies binu.alexander Posted February 23, 2016 Newbies Posted February 23, 2016 In the sample file provided with EMail2 Plugin .. I am able to retreve new messages in the INBOX each time I hit the recieve messages buton into the ImportedMessages folder ... In my solution ..... I want to show the sent and recieved emails to a particular customer ... So how can I get the Sent items to sync as well...
ryan360Works Posted March 1, 2016 Posted March 1, 2016 You will need to connect to both your SMTP and IMAP servers. You will then create and send the email and if it is successful use EmailMoveCurrentMessage to move the email to the "Sent" folder. You can then use EmailReadMessages and pass in the parameter "mailbox=Sent" and whatever other parameters that you want to download the messages in the "Sent" folder and parse them how you would any other inbound email.
Recommended Posts
This topic is 3532 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now