NetXP 3.0 Reference

DesktopAlert Constructor 

Constructs a new DesktopAlert form.

[Visual Basic]
Public Sub New( _
   ByVal from As String, _
   ByVal subject As String, _
   ByVal message As String _
)
[C#]
public DesktopAlert(
   string from,
   string subject,
   string message
);

Parameters

from
The sender of the email message.
subject
The subject of the email message.
message
The message.

See Also

DesktopAlert Class | NETXP.Controls Namespace