SaveMailActivityAttachments Property
The saved mail attachments.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.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
OutArgumentRecord