MessageBoxSentEmail..::..ShowMessageAndOpenEmailClient Method
Shows the message and open email client.
Namespace:
UAOOI.Windows.FormsAssembly: CAS.Windows.Forms (in CAS.Windows.Forms.dll)
Syntax
public static void ShowMessageAndOpenEmailClient( string MessageToBeShown, string MessageCaption, DialogResult RequestedDialogResult, MessageBoxButtons RequestedMessageBoxButtons, string EmailAddress, string MessageSubject, string MessageBody )
Parameters
- MessageToBeShown
- Type: String
The message to be shown.
- MessageCaption
- Type: String
The message caption.
- RequestedDialogResult
- Type: DialogResult
The requested dialog box result.
- RequestedMessageBoxButtons
- Type: MessageBoxButtons
The requested message box buttons.
- EmailAddress
- Type: String
The email address.
- MessageSubject
- Type: String
The message subject.
- MessageBody
- Type: String
The message body.