SaveAsTemplate

SaveAsTemplate(string)

Saves to the specified file as Outlook File Template(OFT format).

public void SaveAsTemplate(string fileName)
ParameterTypeDescription
fileNameStringName of the file.

See Also


SaveAsTemplate(Stream)

Saves to the specified stream as Outlook File Template(OFT format).

public void SaveAsTemplate(Stream stream)
ParameterTypeDescription
streamStreamThe stream.

See Also