Hi,
is there a way via a vbs script that I can empty the contents of an outlook folder, called "Cloudmark (spam)" when its run ?
The ones I have found so far googling do not seem to work.
I have multiple users using either Outlook 2003/2007 or (a small handful using) 2010.
Thanks
Hi,
is there a way via a vbs script that I can empty the contents of an outlook folder, called Cloudmark (spam) when is run ?
The ones I have found so far googling do not seem to work.
I have multiple users using either Outlook 2003/2007 or (a small handful using) 2010.
Thanks
Hi,
I have VBA script, that runs on login, that create and sets a default the users email footer by pulling there information from the AD
' ############ inserts contact details.
objSelection.Font.Name = "Arial"
objSelection.Font.Size = 11
objselection.Font.Bold = true...
hello,
I have written ( with a LOT of help from other people on) a VBs script that and on login that installs outlook footer depending on the users geographical location , and grabs the details from AD.
This all works faultlessly.
I'm now trying to "fix" an outlook VB script that, once run...
Hello,
I'm writing a script that will run every time users login that creates a email signature for the Active Directory Data and then sets this signature as default.
This part is working great, but the problem I have is I need to insert a graphic in a particular location in the signature.
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.