ReplyMessageSignature Property Example

This example changes the signature Word appends to e-mail message replies.

With Application.EmailOptions.EmailSignature
    .ReplyMessageSignature = "Reply2"
End With