MailPrinterPrint Method (MapiMessage, String, PrintFormat) |
Prints the specified MSG object using the desired format.
Namespace:
Aspose.Email.Printing
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void Print(
MapiMessage message,
string outputFile,
PrintFormat printingFormat
)
Public Sub Print (
message As MapiMessage,
outputFile As String,
printingFormat As PrintFormat
)
public:
void Print(
MapiMessage^ message,
String^ outputFile,
PrintFormat printingFormat
)
member Print :
message : MapiMessage *
outputFile : string *
printingFormat : PrintFormat -> unit
Parameters
- message
- Type: Aspose.Email.MapiMapiMessage
The MSG file to print. - outputFile
- Type: SystemString
The output file. - printingFormat
- Type: Aspose.Email.PrintingPrintFormat
The printing format.
Exceptions
See Also