Options.DefaultEPostageApp Property

Sets or returns a String that represents the path and file name of the default electronic postage application.

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

Syntax

'Declaration
Property DefaultEPostageApp As String
    Get
    Set
'Usage
Dim instance As Options
Dim value As String

value = instance.DefaultEPostageApp

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

Property Value

Type: System.String

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace