Hi,
Ive tried a vba script in Outlook that empties the Delete folder fine, Im trying to see if I can a) amend it to empty another folder and b) run when outlook opens.
Ive also been pointed to a PS script to do the job, but I need to figure out if I can get it to run as part of the login...
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...
just and FYI: I've dumped the adding it as a shape approach, and I've just added a new paragraph at the end, right align it, then added the image in.
I've then align the paragraph back.
Thank again for you help
hi,
its set further up in the script in the section that setsup the word templates
' ########### Sets up word template
Set objWord = CreateObject("Word.Application")
Set objDoc = objWord.Documents.Add()
[highlight #FCE94F]Set objSelection = objWord.Selection[/highlight]...
Hi GEATES, Thank for the reply... but it didnlt work for me.
The code I have to put the image in its place is
objShape.AddPicture("http://webadress/images/desirededimagefile.jpg")
Set objShapeRange = objDoc.Shapes.Range(1)
objShapeRange.Left = wdShapeRight...
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.