SaveMailEmailAttachments Property |
Attachments' information.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic List<SaveMailDocument> Attachments { get; set; }
Public Property Attachments As List(Of SaveMailDocument)
Get
Set
public:
property List<SaveMailDocument^>^ Attachments {
List<SaveMailDocument^>^ get ();
void set (List<SaveMailDocument^>^ value);
}
member Attachments : List<SaveMailDocument> with get, set
Property Value
ListSaveMailDocument
See Also