UIObjectClass.UI_ShowMailItem(String, String, String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 UI_ShowMailItem(System::String ^ bstrTo, System::String ^ bstrCC, System::String ^ bstrBCC, System::String ^ bstrSubject, System::String ^ bstrBody) = Microsoft::Office::Interop::InfoPath::UI::ShowMailItem;
public virtual void UI_ShowMailItem (string bstrTo, string bstrCC, string bstrBCC, string bstrSubject, string bstrBody);
abstract member UI_ShowMailItem : string * string * string * string * string -> unit
override this.UI_ShowMailItem : string * string * string * string * string -> unit
Public Overridable Sub UI_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