Envelope.AddressStyle (Word)

Returns a Style object that represents the delivery address style for the envelope.

If an envelope is added to the document, text formatted with the Envelope Address style is automatically updated.


With ActiveDocument.Envelope.AddressStyle.Font 
 .Bold = False 
 .Name = "Times New Roman" 
 .Size = 16 
End With