open email ? (General questions)
I'm trying to open an email file .eml
I type msg.load(path)
it says ; to many arguments to 'public overrideable sub load()'
how do I load a single email to memory so I can get From, Subject, complete message Text/Lines etc.. ?
Thanks
Re: open email ?
You should set Filename property, and then call Load method without any arguments.