Discuss this help topic in SecureBlackbox Forum

TElIMAPCopyResult.DestinationUIDs

TElIMAPCopyResult     See also     


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


Contains the UIDs assigned to the copied messages in the destination mailbox.

Declaration

[C#]
    TElIMAPFetchResponse DestinationUIDs;

[VB.NET]
    Property DestinationUIDs As TElIMAPFetchResponse

[Pascal]
    property DestinationUIDs : TElIMAPFetchResponse;

[C++]
    TElIMAPFetchResponse* get_DestinationUIDs();

[PHP]
    TElIMAPFetchResponse get_DestinationUIDs()

[Java]
    not available

Description

    This property contains the list of UIDs assigned to the copied messages in the destination mailbox.

See also:     SourceUIDs    

Discuss this help topic in SecureBlackbox Forum