Mailread()

Used in conjunction with MailWrite(). This function reads the previously serialized email out to disk

Usage

OBJECT = Mailread( filepath )
Argument Summary
filepath reads the mail object that was written to disk

Calling

Supports named-parameter calling allowing you to use the function like:

Mailread(
   filepath=?
);

Supports passing parameters as a structure using ArgumentCollection:

Mailread( ArgumentCollection={
   filepath : ?
} );