NewMailMessage Object
                                            The NewMailMessage object allows the sending of email messages using the MAPI interface of the user's registered email application. The NewMailMessage object supports full addressing and attachment capabilities. This functionality is the same as the Send to Mail Recipient command in the Meridian client.
                                            
                                            
                                                The NewMailMessage object provides the following properties.
                                                
                                                
                                                    A collection of attachments for the current message. Read-only.
                                                    Syntax
Attachments As IASMailAttachments
                                                 
                                                
                                                
                                                    The body text of the current message.
                                                    Syntax
NoteText As String
                                                 
                                                
                                                
                                                    An object that represents the originator of the message.
                                                    Syntax
Originator As IASMailRecipient
                                                 
                                                
                                                
                                                    A collection of recipients of the current message.
                                                    Syntax
Recipients As IASMailRecipients
                                                 
                                                
                                                
                                                    The subject text of the current message.
                                                    Syntax
Subject As String
                                                 
                                             
                                            
                                            
                                                The NewMailMessage object provides the methods described below.
                                                
                                                
                                                    Clears all NewMailMessage object properties. 
                                                    Syntax
Clean()
                                                    Parameters
                                                    This method accepts no parameters.
                                                 
                                                
                                                
                                                    Sends the current NewMailMessage object. 
                                                    Syntax
Send(Flags As Long)
                                                    
                                                        Parameters
                                                        
                                                        
                                                        
                                                            
                                                        
                                                        
                                                        
                                                        
                                                            | 
                                                                 Flags 
                                                             | 
                                                            
                                                                 A combination of one or more AS_MAPIMSG_SEND_FLAGS constants. Read-only. 
                                                             |