The saved mail attachments.
Namespace:
Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly:
Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
public OutArgument<Record[]> Attachments { get; set; }
Public Property Attachments As OutArgument(Of Record())
Get
Set
public:
property OutArgument<array<Record^>^>^ Attachments {
OutArgument<array<Record^>^>^ get ();
void set (OutArgument<array<Record^>^>^ value);
}
member Attachments : OutArgument<Record[]> with get, set
Property Value
Type:
OutArgumentRecord
Reference