Visual Basic |
---|
Public Sub MailEx( _ ByVal Items As Variant, _ 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 = "" _ ) |
- Items
- SendTo
- SendCc
- SendBcc
- Option
- Subject
- Priority
Value Description MAIL_PRIORITY_HIGH High mail importance. MAIL_PRIORITY_LOW Low mail importance. MAIL_PRIORITY_NORMAL Normal mail importance. - Comment