How can I Generate Path for email Signature (LS or Formula)

Hi,I create a script who generate a HTML signature for all employes of the Company.

Now I need to generate the path to dynamicaly insert the signature.html into the field in Tools–> Preferences–> Signature.

Any Idea?

Thanks in advance

Subject: RE: How can I Generate Path for email Signature (LS or Formula)

If you use GetProfileDocument method to get the CalendarProfile, it looks like you can probably do it by assigning the following fields:

EnableSignature=“1”

SignatureOption=“2”

Signature=your filepath

Signature_2=your filepath

If that doesn’t do it., you’ll have to make the change manually and do a before-and-after comparison of the profile document.