-

   rss_sql_ru_access_programming

 - e-mail

 

 -

 LiveInternet.ru:
: 16.03.2006
:
:
: 4

:


Outlook is Access

, 13 2018 . 17:14 +
,

, , -. : , Outlook. 2016. :
    Set outlObj = CreateObject("Outlook.Application")
    Set outlItem = outlObj.CreateItem(olMailItem)
    outlItem.Importance = olImportanceNormal
....
    outlItem.Attachments.Add "C:\Users\" & Environ("USERNAME") & "\" & flname & ".xlsx"
    outlItem.Subject = "Something..."    
    outlItem.Body = "Bla-bla-bla"
    outlItem.Display

, Outlook , . Outlook - . , ?

http://www.sql.ru/forum/1300899/outlook-is-access


: [1] []
 

:
: 

: ( )

:

  URL