Appends an emails messages to the specified mailbox.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public void Append( string mailbox, IEnumerator messages ) |
Visual Basic |
---|
Public Sub Append ( _ mailbox As String, _ messages As IEnumerator _ ) |
Visual C++ |
---|
public: void Append( String^ mailbox, IEnumerator^ messages ) |
Parameters
- mailbox
- Type: System..::..String
the mailbox to append to
- messages
- Type: System.Collections..::..IEnumerator
the email message to append