NetXP 3.0 Reference

QuickMail.SendMessage Method 

Sends a mail message.

[Visual Basic]
Public Shared Sub SendMessage( _
   ByVal from As String, _
   ByVal to As String, _
   ByVal subj As String, _
   ByVal body As String, _
   ByVal flags As Integer, _
   ByVal fileattach As String() _
)
[C#]
public static void SendMessage(
   string from,
   string to,
   string subj,
   string body,
   int flags,
   string[] fileattach
);

Parameters

from
From who?
to
To whom?
subj
Subject
body
Body or note
flags
Flags
fileattach
File attachments (string array)

See Also

QuickMail Class | NETXP.Library Namespace