SaveMailDocumentContent Property |
Content bytes of email item (email/attachment)
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 byte[] Content { get; set; }
Public Property Content As Byte()
Get
Set
public:
property array<unsigned char>^ Content {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Content : byte[] with get, set
Property Value
Byte
See Also