|
Почта
|
|||
---|---|---|---|
#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?fid=60&fpage=406&tid=2170900]: |
0ms |
get settings: |
10ms |
get forum list: |
14ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
25ms |
get topic data: |
9ms |
get forum data: |
2ms |
get page messages: |
37ms |
get tp. blocked users: |
1ms |
others: | 13ms |
total: | 119ms |
0 / 0 |