Skip to main content
This forum is closed to new posts and responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Email Signature

Yes its possible. Just got mine fixed. The part that made it work was erasing the old signature ....

Sub update_email_signature

'----------------------------------------------------------------
'Open users mail database
Set Maildb = New NotesDatabase( "", "" )
Call Maildb.OpenMail
If Not Maildb.IsOpen Then
Messagebox"Could not open mail database.", 48, "Error"
Exit Sub
End If

'-----------------------------------------------------------------

Print "Sig file creation complete - enabling sig file for mail..."
Print "Getting handle to Mail Preferences..."

Set mailprof = maildb.GetProfileDocument("CalendarProfile")


'// Remove any existing signature field from CalendarProfile
Dim itmSig As NotesItem
Set itmSig = mailprof.GetFirstItem("Signature_Rich")
If Not itmSig Is Nothing Then mailprof.RemoveItem("Signature_Rich")

Call mailprof.ReplaceItemValue("EnableSignature", "1")
Call mailprof.ReplaceItemValue("SignatureOption", "2")
Call mailprof.ReplaceItemValue("Signature_1", "")
Call mailprof.ReplaceItemValue("Signature_2", sigpath)
Call mailprof.ReplaceItemValue("Signature", sigpath)
Call mailprof.ComputeWithForm(True, False)
Call mailprof.Save(True, False)

Print "Mail signature enabled - enjoy!"

Messagebox "Your new email Signature is enabled - enjoy!",0+64 , " Email Signature"

End Sub


Feedback response number WEBB8V3RWU created by ~Rebecca Xanboosimarflar on 06/08/2012

Signature Wizard (~Isaac Nonluplo... 19.Mar.09)
. . Email Signature (~Rebecca Xanboo... 8.Jun.12)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS