Save mail

Component that saves to disk email messages from MS Exchange. This components works correctly only within the MS Exchange server container.
Description of general properties can be found in the Working with elements section.
If the name of the property is marked with an asterisk *
, this means that it is mandatory to specify it.
Property
Type
Description
Path*
String
Path for saving the file in *.eml format
LTools.Office.MSExchangeApp app = LTools.Office.MSExchangeApp.InitSvc(wf, Microsoft.Exchange.WebServices.Data.ExchangeVersion.Exchange2013_SP1, "URL", "login", "pass", "domain");
app.SaveMessage(msg, @"C:\file.eml");
Last updated