_Application.MailingLabel Property
Returns a MailingLabel object that represents a mailing label.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property MailingLabel As MailingLabel
Get
'Usage
Dim instance As _Application
Dim value As MailingLabel
value = instance.MailingLabel
MailingLabel MailingLabel { get; }
Property Value
Type: Microsoft.Office.Interop.Word.MailingLabel