JAMS Developer Guide
ProcessEmails Class
Members 


MVPSI.JAMS.Activities Namespace : ProcessEmails Class
The ProcessEmails activity looks for one or more emails that match a specified mask and it invokes the body activity once for each matching email.
Object Model
ProcessEmails Class
Syntax
'Declaration
 
<System.Windows.Markup.ContentPropertyAttribute("Body")>
<System.Drawing.ToolboxBitmapAttribute()>
Public NotInheritable Class ProcessEmails 
   Inherits NonblockingNativeActivity
   Implements ISupportCommands 
'Usage
 
Dim instance As ProcessEmails
[System.Windows.Markup.ContentProperty("Body")]
[System.Drawing.ToolboxBitmap()]
public sealed class ProcessEmails : NonblockingNativeActivity, ISupportCommands  
Inheritance Hierarchy

System.Object
   System.Activities.Activity
      System.Activities.NativeActivity
         MVPSI.JAMS.Activities.JAMSNativeActivity
            MVPSI.JAMS.Activities.NonblockingNativeActivity
               MVPSI.JAMS.Activities.ProcessEmails

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProcessEmails Members
MVPSI.JAMS.Activities Namespace