SenderJobTitle Property

Applies To

LetterContent object.

Description

Returns or sets the job title of the person creating a letter with the Letter Wizard. Read/write String.

See Also

SenderCompany property, SenderName property.

Example

This example retrieves the Letter Wizard elements from the active document and displays the sender's job title.

Set myLetterContent = ActiveDocument.GetLetterContent
MsgBox myLetterContent.SenderJobTitle