NewMessageSignature Property Example

This example changes the signature Word appends to new outgoing e-mail messages.

With Application.EmailOptions.EmailSignature
    .NewMessageSignature = "Signature1"
End With