DefaultEPostageApp Property

Microsoft Word Visual Basic

expression.DefaultEPostageApp

expression    Required. An expression that returns one of the objects in the Applies To list.

Example

This example specifies the path and file name for the default electronic postage application.

Sub DefaultEPostage()
    Application.Options.DefaultEPostageApp = "C:\MyApp\EPostage.exe"
End Sub