TagFacts -> user kuchin / outlook
7 5 16 2

notes 1 - 2 of 2:

2006-02-20

Macro for sending mail


Public Sub NewMail()

Dim olApp As Outlook.Application
Dim objMail As Outlook.MailItem

Set olApp = CreateObject("Outlook.Application")
Set objMail = olApp.CreateItem(olMailItem)

objMail.BCC = "Friends Dima"
objMail.Subject = "Subject"
objMail.HTMLBody = "<b>Body</b>"

objMail.Send

End Sub


tags:


2005-11-15

Open restricted attachments in Outlook 2003


REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Security]
"Level1Remove"="ade;adp;asx;bas;bat;chm;cmd;com;cpl;crt;exe;hlp;hta;inf;ins;isp;
js;jse;lnk;mda;mdb;mde;mdz;msc;msi;msp;mst;pcd;pif;prf;reg;scf;scr;sct;shb;shs;
url;vb;vbe;vbs;ws c;wsf;wsh"


tags:


kuchin - tags

1
3
1
1
1
2
3
1
1
1
2
1
1
13
2
4
1
5
1
1
1
5
1
3
2
1
1
1
1
2
4
4
1
1
1
1
1
6
tag cloud
alphabetical

other projects

MyProgs
Reader²

send to friend

your name:
your e-mail:
friend 1 e-mail:
friend 2 e-mail:
© 2005-2006 Synergy Matters | Design: Inforedesign | HTML Coding: Glench | Powered by Synergy 1001 engine