open email ? - WeOnlyDo Discussion board

open email ? (General questions)

by Maverick5, Friday, December 23, 2005, 12:46 (6909 days ago)

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 ?

by wodSupport, Friday, December 23, 2005, 14:32 (6909 days ago) @ Maverick5

You should set Filename property, and then call Load method without any arguments.