0

we write outlook signatures with gpo to end users in our system with .vbs file.

strlogo = "\\localhost\dc\scripts\logo.png"

objTable.Cell(1, 1).Range.Text = objSelection.InlineShapes.AddPicture(strLogo)

We use the above code to display our logo in our signatures.

logo etc like this.

But outlook give us some problem. it says u must be give alternative text to image.

and I can't find how to do this. someone helps me please?

Most of the codes I found on the internet did not work, I tried the codes such as inlineshape.alternativetext, shape.alternativetext and shaperange.alternativetext from Microsoft's site and still no results. VBS does not give an error while running, but the alt text does not change in outlook.

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45
kayra
  • 1
  • 2

0 Answers0