EnhEvent.XMitName

[This is preliminary documentation and subject to change.]

The XMitName property indicates the name of the transmitted file at the destination. This property is read-only.

Syntax

[ sName = ] object.XMitName 
 

Parts

object
Object expression that resolves to an EnhEvent object.
sName
String that receives the filename.

Remarks

The value of XmitName is created from the values of EnhEvents.ShowName and the filename of the transmitted file as follows:

XmitName = "ShowName/FileName"

For example, if the title of the show's enhancements is "My Interactive Show" and the file being transmitted is "File1.htm" the value of EnhEvent.XmitName is "My Interactive Show/File1.htm"

QuickInfo

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

See Also

EnhEvent.XMitDuration, EnhEvents.ShowName