_Application.UserAddress Property

Returns or sets the user's mailing address.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property UserAddress As String
    Get
    Set
'Usage
Dim instance As _Application
Dim value As String

value = instance.UserAddress

instance.UserAddress = value
string UserAddress { get; set; }

Property Value

Type: System.String

Remarks

The mailing address is used as a return address on envelopes.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace