A dictionary containing the messages which have been stored along with the key of the record into which it is stored.
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<Dictionary<Message, string>> SavedMailsByRecordIds { get; set; }
Public Property SavedMailsByRecordIds As OutArgument(Of Dictionary(Of Message, String))
Get
Set
public:
property OutArgument<Dictionary<Message^, String^>^>^ SavedMailsByRecordIds {
OutArgument<Dictionary<Message^, String^>^>^ get ();
void set (OutArgument<Dictionary<Message^, String^>^>^ value);
}
member SavedMailsByRecordIds : OutArgument<Dictionary<Message, string>> with get, set
Property Value
Type:
OutArgumentDictionaryMessage,
String
Reference