LumiSoft Net Help
IMAP_t_orc_CopyUid Constructor (targetMailboxUid, sourceSeqSet, targetSeqSet)
NamespacesLumiSoft.Net.IMAPIMAP_t_orc_CopyUidIMAP_t_orc_CopyUid(Int64, IMAP_t_SeqSet, IMAP_t_SeqSet)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public IMAP_t_orc_CopyUid(
	long targetMailboxUid,
	IMAP_t_SeqSet sourceSeqSet,
	IMAP_t_SeqSet targetSeqSet
)
Public Sub New ( 
	targetMailboxUid As Long,
	sourceSeqSet As IMAP_t_SeqSet,
	targetSeqSet As IMAP_t_SeqSet
)
public:
IMAP_t_orc_CopyUid(
	long long targetMailboxUid, 
	IMAP_t_SeqSet^ sourceSeqSet, 
	IMAP_t_SeqSet^ targetSeqSet
)
new : 
        targetMailboxUid : int64 * 
        sourceSeqSet : IMAP_t_SeqSet * 
        targetSeqSet : IMAP_t_SeqSet -> IMAP_t_orc_CopyUid
Parameters
targetMailboxUid (Int64)
Target folde UID value.
sourceSeqSet (IMAP_t_SeqSet)
Source messages UID's.
targetSeqSet (IMAP_t_SeqSet)
Target messages UID's.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when sourceSeqSet or targetSeqSet is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119