Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,494 members, 7,819,803 topics. Date: Tuesday, 07 May 2024 at 12:01 AM

Placing Vbscript In Outlook Public Folder - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Placing Vbscript In Outlook Public Folder (2323 Views)

Simple Text-To-Speech Program using Vbscript. Do It Yourself. / Outlook PST Recovery Software ? / How To Convert Folder/file To Jpeg Format (2) (3) (4)

(1) (Reply)

Placing Vbscript In Outlook Public Folder by Guk: 1:33am On Dec 02, 2010
Any ideas on how i can successfully place the VBScript below into Outlook Public Folder for all users to see?

Sub webshortcut()
On Error GoTo ServiceDeskRequest_Error
Dim objOL As Outlook.Application
Dim objNS As Outlook.NameSpace
Dim objM As Outlook.Account

Dim objIE As Object
Dim strURL As String
Dim strUser As String
Dim strSMTP As String
Dim strPassword As String
Set objOL = Outlook.Application
Set objNS = objOL.Session

'get user email address
Set objM = objNS.Accounts.Item(1)
strSMTP = objM.SmtpAddress

'Get current user email user
'strUser = objNS.Session.CurrentUser.Address
'MsgBox strSMTP

Outlook.ActiveExplorer.Panes.Item("OutlookBar"wink.Contents.Groups.Item(1).Shortcuts.Add "http://10.2.100.52/OutlookServiceRequest/TheForm.asp?email=" & strSMTP, "Service Desk", 1

'Cleanup memory
Set objNS = Nothing
Set objOL = Nothing
Set objM = Nothing

Exit Sub
ServiceDeskRequest_Error:
MsgBox Err.Description
'Resume Next
Set objNS = Nothing
Set objOL = Nothing
Set objM = Nothing
End Sub
Re: Placing Vbscript In Outlook Public Folder by dellnet: 10:54am On Dec 03, 2010
Private Sub Application_Startup()

(1) (Reply)

20 Programming Languages You May Have Never Heard Of / Java Cafe / Can A SSCE Holder Learn Programming And Hacking

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 5
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.