| MailBuilderCreateFromEmlFile Method |
Loads raw eml data from file and creates new
IMail object.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public IMail CreateFromEmlFile(
string path
)
Public Function CreateFromEmlFile (
path As String
) As IMail
public:
IMail^ CreateFromEmlFile(
String^ path
)
member CreateFromEmlFile :
path : string -> IMail
Parameters
- path
- Type: SystemString
The file to read raw eml data from.
Return Value
Type:
IMailNew
IMail object.
Remarks Usually email files have *.eml extension.
See Also