Discuss this help topic in SecureBlackbox Forum

TElIMAPAppendResult.UIDs

TElIMAPAppendResult     See also     


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


Represents a set of UIDs returned in a response.

Declaration

[C#]
    TElIMAPFetchResponse UIDs;

[VB.NET]
    Property UIDs As TElIMAPFetchResponse

[Pascal]
    property UIDs : TElIMAPFetchResponse;

[C++]
    TElIMAPFetchResponse* get_UIDs();

[PHP]
    TElIMAPFetchResponse get_UIDs()

[Java]
    not available

Description

    Use this property to get the list of UIDs returned by the server in a response to the APPENDUID command.

See also:     UIDValidity    

Discuss this help topic in SecureBlackbox Forum