[This is preliminary documentation and is subject to change.]
            Sends an email...
            
    Namespace: 
   OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public static bool SendMail( string fromName, string fromEmailAddress, string toName, string toEmailAddress, string title, string body, string mailPriority, ArrayList attachments )  | 
| Visual Basic (Declaration) | 
|---|
Public Shared Function SendMail ( _ fromName As String, _ fromEmailAddress As String, _ toName As String, _ toEmailAddress As String, _ title As String, _ body As String, _ mailPriority As String, _ attachments As ArrayList _ ) As Boolean  | 
| Visual C++ | 
|---|
public: static bool SendMail( String^ fromName, String^ fromEmailAddress, String^ toName, String^ toEmailAddress, String^ title, String^ body, String^ mailPriority, ArrayList^ attachments )  | 
Parameters
- fromName
 - Type: System..::.String
 
- fromEmailAddress
 - Type: System..::.String
 
- toName
 - Type: System..::.String
 
- toEmailAddress
 - Type: System..::.String
 
- title
 - Type: System..::.String
 
- body
 - Type: System..::.String
 
- mailPriority
 - Type: System..::.String
 
- attachments
 - Type: System.Collections..::.ArrayList
 
