Discuss this help topic in SecureBlackbox Forum

TElIMAPCopyResult.SourceUIDs

TElIMAPCopyResult     See also     


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


A set of UIDs of messages copied to the destination mailbox.

Declaration

[C#]
    TElIMAPFetchResponse SourceUIDs;

[VB.NET]
    Property SourceUIDs As TElIMAPFetchResponse

[Pascal]
    property SourceUIDs : TElIMAPFetchResponse;

[C++]
    TElIMAPFetchResponse* get_SourceUIDs();

[PHP]
    TElIMAPFetchResponse get_SourceUIDs()

[Java]
    not available

Description

    This property contains a list of UIDs of messages (in the source mailbox) that were copied to the destination mailbox.

See also:     DestinationUIDs    

Discuss this help topic in SecureBlackbox Forum