LumiSoft Net Help
CopyMessages Method (uid, seqSet, targetFolder)
NamespacesLumiSoft.Net.IMAP.ClientIMAP_ClientCopyMessages(Boolean, IMAP_t_SeqSet, String)
Copies specified messages from current selected folder to the specified target folder.
Declaration Syntax
C#Visual BasicVisual C++F#
public void CopyMessages(
	bool uid,
	IMAP_t_SeqSet seqSet,
	string targetFolder
)
Public Sub CopyMessages ( 
	uid As Boolean,
	seqSet As IMAP_t_SeqSet,
	targetFolder As String
)
public:
void CopyMessages(
	bool uid, 
	IMAP_t_SeqSet^ seqSet, 
	String^ targetFolder
)
member CopyMessages : 
        uid : bool * 
        seqSet : IMAP_t_SeqSet * 
        targetFolder : string -> unit 
Parameters
uid (Boolean)
Specifies if seqSet contains UIDs or message-numberss.
seqSet (IMAP_t_SeqSet)
Messages sequence set.
targetFolder (String)
Target folder name with path.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and and this method is accessed.
InvalidOperationExceptionIs raised when IMAP client is not in valid state. For example 'not connected'.
ArgumentNullExceptionIs raised when seqSet or targetFolder is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.
IMAP_ClientExceptionIs raised when server refuses to complete this command and returns error.

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