Receive Email

⌘K

This activity allows receiving an email from Pop3 server and stores sender, recipient, subject and body to variables.

receive_email_1

If Pop3 server field is empty, activity will use default site outbound mail service.

SharePoint Workflow Designer Phrase

Receive email from this host, port this port, secure connection type None, login this user and password this password. Store email sender in sender, recipient in recipient, subject in subject and html body in body.

Parameters

ParameterDescription
this hostOptional. POP3 Server host. If POP3 server field is empty, activity will use default site outbound mail service
this portPOP3 Server port. Default value is 110.
NoneSecure connection type. Supports: None, SSL and TLS
this userOptional. POP3 user account
this passwordOptional. POP3 user password
senderThis activity will place sender email into an output variable
recipientThis activity will place recipient email into an output variable
subjectThis activity will place email subject into an output variable
bodyThis activity will place email body into an output variable

How can we help?