Discuss this help topic in SecureBlackbox Forum

TElIMAPIdleUpdate.Add

TElIMAPIdleUpdate     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Appends updates from another TElIMAPIdleUpdate object.

Declaration

[C#]
    void Add(TElIMAPIdleUpdate Update);

[VB.NET]
    Sub Add(ByVal Update As TElIMAPIdleUpdate)

[Pascal]
    procedure Add(Update : TElIMAPIdleUpdate);

[C++]
    void Add(TElIMAPIdleUpdate &Update);
    void Add(TElIMAPIdleUpdate *Update);

[PHP]
    void Add(TElIMAPIdleUpdate $Update)

[Java]
    void add(TElIMAPIdleUpdate Update);

Parameters

  • Update - the update which should be 'added' to this one.

Description

    Use this method to add updates from another TElIMAPIdleUpdate object to this one.

Discuss this help topic in SecureBlackbox Forum