Mail.LoadOMSG Method


Loads a Outlook MSG (*.msg) binary email content to current Mail instance.

[Visual Basic]
Public Sub LoadOMSG( _
    data As Variant _
)
[Visual C++]
public: HRESULT LoadOMSG(
    VARIANT data
);

Parameters

data
The binary data of the Outlook MSG file.

See Also

Mail.LoadFile Method
Mail.LoadOMSGFile Method
Mail.SaveAs Method