Skip to main content

Forgot to mention subject in mail ? Dont worry here is a simple trick..

Forgot to mention subject, while writing an official mail and feel bad later???????

Yes.... It's a concern for all.... A mail without a subject brings a bad impression on us.

To avoid this just follow the simple steps mentioned below and see the result


Steps:
1. Open your outlook

2. Press Alt+F11. This opens the Visual Basic editor and then Press Ctrl+R which in turn open Project-Project 1 (left side)

3. On the Left Pane, one can see "Microsoft Outlook Objects" or "Project1", expand this. Now one can see the "This Outlook Session".

4. Double click on "ThisOutLookSession". It will open up a code pane on the right hand side.

5. Copy and Paste the following code in the right pane. (Code Pane) and save it

Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
Dim strSubject As String
strSubject = Item.Subject
If Len(Trim(strSubject)) = 0 Then
Prompt$ = "Subject is Empty. Are you sure you want to send the Mail?"
If MsgBox(Prompt$, vbYesNo + vbQuestion + vbMsgBoxSetForeground, "Check for Subject") = vbNo Then
Cancel = True
End If
End If
End Sub

Comments

Popular posts from this blog

"Jao pakhi balo .." [ Antaheen ] lyrics:

Hi, friends my first lyrics post was "Ferari mon" from Antaheen.There was so many visitors and browser recommendation thats why I thought why dont I post another song from "Antaheen".Actually I love this song very much and fantastic lyrics too..I wanted to remember the lyrics myself also .Thats why I prepared this lyrics my own so it may not be cent percent correct.Plzz comment if you like this post. If you dont have the song and wanna download then http://fundl.blogspot.com/2009/01/antaheen2009-mp3-songs-download-320.html link. Jao pakhi balo.. Hayoa chalochhalo.. Abchhaya janlar kanch... Ami ki amake? Hariye chhi baki ? Rupkatha anach kanach... Anguler kole jwole jonaki.. Jole hariyechhi kaan sona ki? Janlay golpe ra kotha megh.. Jao megh chokhe rekho e abeg.. Jao pakhi balo.. Hayoa chalochhalo.. Abchhay janlar kanch... Ami ki amake? Hariye chhi baki ? Rupkatha anache kanach... [Alap] Jao pakhi balo.. Hayoa chalochhalo.. Abchhaya janlar kanch... Ami ki amake? Ha

How to install fonts without admin right

In Windows, you can’t install new fonts if you don’t have admin rights. Microsoft have made it extremely difficult for normal users to install fonts. As all the Fonts in Windows live peacefully in C:\Windows\Fonts, which is only writeable by Administrators or elevated privilege account owners So, how can we install fonts without having to ask for Admin rights? Well, thanks to Tsukasa , there’s a workaround. He has developed a tool called Registerfont (You can download here or here or here or here ) What this tool actually does is that add a number of fonts to your font cache which do not need to use an elevated user account. How to use this tool is very simple. Just download the above file. Extract it to anywhere you can have access. Find the Bin folder and copy the font files into it.There you'll also find registerfont.exe Go to Command Prompt and locate to registerfont.exe then type “registerfont add font1.ttf font2.ttf font3.ttf … font1000.ttf” What if

Adding Flash Player into FireFox Portable Without Installing It

Adding Flash Player into FireFox Portable Without Installing It Don't have access rights to install Flash Player? Right now, due to I don't have an administrator privileges on my office computer, I can't install FireFox 3 in it, so I have to use FireFox 3 Portable from PortableApps . Unfortunately, this FireFox 3 Portable is not bundled with Adobe Flash Player, so I need to install it manually, wich is I can't due to the limited access rights. To resolved this problem, I try to follow the tips given by Fabio on his blog post, Installing Flash Player Plugin on Firefox without having Administrator Access or Premissions . The idea is the same, the only different is the folder path where we should place the flash files, if in normal FireFox installation the flash extension files should be placed in folder %APPDATA%MozillaPlugins , then for FireFox Portable, all files should be placed in FirefoxPortableAppfirefoxplugins folder. So, these are the steps that we need t