Save

The Save method will save the Mail Object as a MIME file (.eml). 

Syntax

Mail.Save(FileName)

Parameters
FileName
A String specifying the new file name for the mail to be saved.
Remarks
Mail Contents that include VBScript code will be rendered at that time.
Example

Mail_OnReceiveMail
    Mail.Save "c:\temp\mail.eml"
End Sub

Applies To

Mail Object

See Also

Content.Save

 
©2001-2015 eMill. All trademarks property of their owners.