MailEx Method
Description
Mails the IMailableEntity field item.
Syntax
Visual Basic
Public Sub MailEx( _
   ByVal SendTo As String, _
   Optional ByVal SendCc As String = "", _
   Optional ByVal SendBcc As String = "", _
   Optional ByVal Option As Long = 0, _
   Optional ByVal Subject As String = "", _
   Optional ByVal Priority As tagTDAPI_MAIL_PRIORITIES = MAIL_PRIORITY_NORMAL, _
   Optional ByVal Comment As String = "" _
) 
Parameters
SendTo
SendCc
SendBcc
Option
Subject
Priority
ValueDescription
MAIL_PRIORITY_HIGHHigh mail importance.
MAIL_PRIORITY_LOWLow mail importance.
MAIL_PRIORITY_NORMALNormal mail importance.
Comment
See Also