|
Почта
|
|||
---|---|---|---|
#18+
Как отправить письмо с вложением из Outlook. ... |
|||
:
Нравится:
Не нравится:
|
|||
14.08.2003, 11:34 |
|
Почта
|
|||
---|---|---|---|
#18+
Вот кусок из васика по outlook сам переделаешь : Private Sub Export2Outlook() Dim Outlook As Outlook.Application Dim Mail As MailItem, DestFolder As MAPIFolder dim FN as string fn="C:\autoexec.bat" Set Outlook = New Outlook.Application Set DestFolder = Outlook.GetNamespace("MAPI").GetDefaultFolder(olFolderDrafts) Set Mail = CreateItem(olMailItem) With Mail .To = "info@xxx.ru" .Subject = "xxxxxxx" .Attachments.Add FN, olByValue .Send End With Set Outlook = Nothing End Sub ... |
|||
:
Нравится:
Не нравится:
|
|||
14.08.2003, 11:53 |
|
|
start [/forum/topic.php?desktop=1&fid=60&tid=2170900]: |
0ms |
get settings: |
9ms |
get forum list: |
12ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
31ms |
get topic data: |
12ms |
get forum data: |
3ms |
get page messages: |
44ms |
get tp. blocked users: |
2ms |
others: | 10ms |
total: | 129ms |
0 / 0 |