Edit

Share via


UIObjectClass.ShowMailItem(String, String, String, String, String) Method

Definition

This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.

public:
 virtual void ShowMailItem(System::String ^ bstrTo, System::String ^ bstrCC, System::String ^ bstrBCC, System::String ^ bstrSubject, System::String ^ bstrBody) = Microsoft::Office::Interop::InfoPath::UI2::ShowMailItem;
public virtual void ShowMailItem (string bstrTo, string bstrCC, string bstrBCC, string bstrSubject, string bstrBody);
abstract member ShowMailItem : string * string * string * string * string -> unit
override this.ShowMailItem : string * string * string * string * string -> unit
Public Overridable Sub ShowMailItem (bstrTo As String, bstrCC As String, bstrBCC As String, bstrSubject As String, bstrBody As String)

Parameters

bstrTo
String
bstrCC
String
bstrBCC
String
bstrSubject
String
bstrBody
String

Implements

Applies to