Loads an XML database which is used to create table and field name menu items in the mailings ribbon tab.

LoadXMLDatabase(String)

public void LoadXMLDatabase(string fileName);

LoadXMLDatabase(System.Xml.XmlDocument)

public void LoadXMLDatabase(System.Xml.XmlDocument xmlDocument);

LoadXMLDatabase(System.IO.FileStream)

public void LoadXMLDatabase(System.IO.FileStream fileStream);

Parameters

Parameter Description
fileName Specifies an xml file from which the database is loaded.
xmlDocument Specifies an XmlDocument object from which the database is loaded.
fileStream Specifies an xml file from which the database is loaded. The data is loaded from the stream's current position.