EldoS
MsgConnect home / Documentation / BaseTransport.Name property
Navigation
Web site
Support
Table Of Contents

Filter: C++  Pascal  ActiveX  C#  VB.NET  Java SE  Java ME  Palm  DLL 


BaseTransport.Name

BaseTransport     See also    


Specifies the name of the messenger object.

Declaration

[C++]
    void setName(char* Value);
    char* getName();

[Pascal]
    property Name : string;

[VB6]
    Property Name As String

[ActiveX]
    HRESULT _stdcall Name([in] BSTR Value );
    HRESULT _stdcall Name([out, retval] BSTR * Value );

[C#]
    public string Name;

[VB.NET]
    Public Property TransportName As String

[Java]
    public void setName(string value);
    public string getName();

[Java ME]
    public void setName(string name);
    public string getName();

[Palm]
    not applicable;

[DLL]
    void __stdcall MCBaseTransportSetName(HMCBaseTransport h, char* value);
    char* __stdcall MCBaseTransportGetName(HMCBaseTransport h);

Parameters

  • h - handle to the object that was returned by Create method

Description

    Use this property to name a property. The name is used when sending messages to recipients. See more about name in Addressing topic.

See also:     Addressing    

 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation