ApplicationEvents4_Event.EPostageInsertEx EventĀ 

Occurs when a user inserts electronic postage into a document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

WithEvents applicationEvents4_Event1 As ApplicationEvents4_Event
Function applicationEvents4_Event1_EPostageInsertEx(Doc As Document, _
    cpDeliveryAddrStart As Integer, _
    cpDeliveryAddrEnd As Integer, _
    cpReturnAddrStart As Integer, _
    cpReturnAddrEnd As Integer, _
    xaWidth As Integer, _
    yaHeight As Integer, _
    bstrPrinterName As String, _
    bstrPaperFeed As String, _
    fPrint As Boolean, _
    fCancel As Boolean) As Void
    Handles applicationEvents4_Event1.EPostageInsertEx
End Function

Syntax

Event EPostageInsertEx As ApplicationEvents4_EPostageInsertExEventHandler
event ApplicationEvents4_EPostageInsertExEventHandler EPostageInsertEx;
event ApplicationEvents4_EPostageInsertExEventHandler^ EPostageInsertEx;
 void add_EPostageInsertEx(ApplicationEvents4_EPostageInsertExEventHandler handler);
 void remove_EPostageInsertEx(ApplicationEvents4_EPostageInsertExEventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

ApplicationEvents4_Event Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

ApplicationEvents4_Event Members