Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets or returns a String that represents the path and file name of the default electronic postage application. Read/write.
Syntax
expression. DefaultEPostageApp
expression A variable that represents a 'Options' object.
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
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.