ipsend.SendEvent

[This is preliminary documentation and subject to change.]

The SendEvent method parses and transmits an enhancement event.

Syntax

object.SendEvent( oEvent )
 

Parts

object
Object expression that resolves to an ipsend object.
oEvent
EnhEvent object that contains the event.

Remarks

SendEvent does not flatten the event. Your application should convert the event to low-level syntax before it calls SendEvent. For more information, see Converting Events to Low-level Syntax.

The event transmitted by SendEvent does not have to be part of an enhancement stream.

Examples

The following example transmits the enhancement event stored in the EnhEvent object, e.

evs.SendEvent e
 

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in ipenhsnd.idl.
  Import Library: Included as a resource in ipenhsnd.dll.
  Unicode: Yes.

See Also

ipsend.SendAnnouncement, ipsend.SendDeleteAnnouncement, ipsend.SendFTSFile, ipsend.SendTrigger, ipsend.TriggerCAB, ipsend.TriggerFTS, ipsend.TriggerNavigate, ipsend.TriggerScript