JAMS Developer Guide
ForEachAttachment Class
Members 


MVPSI.JAMS.Activities Namespace : ForEachAttachment Class
The ForEachAttachment activity looks for one or more mail messages that match a mail specification and downloads the attachments to the specified working directory. If an attachment name is not specified, all attachments will be downloaded from the matching messages. The Activity then invokes the body activity once for each downloaded attachment.
Object Model
ForEachAttachment Class
Syntax
'Declaration
 
<System.Windows.Markup.ContentPropertyAttribute("Body")>
<System.Drawing.ToolboxBitmapAttribute()>
Public NotInheritable Class ForEachAttachment 
   Inherits JAMSNativeActivity
   Implements ISupportCommands 
'Usage
 
Dim instance As ForEachAttachment
[System.Windows.Markup.ContentProperty("Body")]
[System.Drawing.ToolboxBitmap()]
public sealed class ForEachAttachment : JAMSNativeActivity, ISupportCommands  
Inheritance Hierarchy

System.Object
   System.Activities.Activity
      System.Activities.NativeActivity
         MVPSI.JAMS.Activities.JAMSNativeActivity
            MVPSI.JAMS.Activities.ForEachAttachment

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

ForEachAttachment Members
MVPSI.JAMS.Activities Namespace