Name | Description | |
---|---|---|
AcceptAllCertificates | Accept All Certificates? | |
AllowSSL | Allow SSL 3.0 | |
AllowTLS | Allow TLS 1.0? | |
AllowTLS11 | Allow TLS 1.1? | |
AllowTLS12 | Allow TLS 1.2? | |
Body | Sets the child Activity. | |
Continuous | When set to true, the activity will run continuously, even when there are no matching Messages. When there are no matches, the activity waits until a Messge arrives. When set to false, the activity completes when there are no matching Messages. Make sure that your workflow does something to the matching Messages so that they no longer match. Otherwise, you will create a loop. | |
DeleteAfterProcessing | When true, matched messages will be deleted after being processed. | |
DisplayName | (Inherited from System.Activities.Activity) | |
From | Specifies the mask for matching the Mail Header's "From" address. | |
Id | (Inherited from System.Activities.Activity) | |
JAMSServer | Specifies the JAMS server which the JAMS user resides on (will default to current server) | |
JAMSUsername | Specifies the JAMS user to use (overrides Username and Password properties) | |
MailServer | The name of the Mail Server to connect to. | |
MailServerType | The name of the Mail Server to connect to. | |
MinimumDiffieHellmanKeySize | Minimum KeySize for SSL Negotiations. | |
Password | Specifies the password used to log into the mail server. | |
Port | The Port on the Mail server to connect to (0 for default). | |
Properties | Collection of Properties. | |
Subject | Specifies the mask for matching the Mail Header's "Subject" | |
Timeout | The maximum number of seconds to wait before timing out (0 for default). | |
To | Specifies the mask for matching the Mail Header's "To" address. | |
Unread | Specifies if only Unread mail headers should be returned? | |
UseImplicit | Use Implicit Mode? | |
Username | Specifies the username used to log into the mail server. | |
UseSecureCiphers | Use Secure Ciphers? | |
UseSSL | Use SSL? |