Get email message-id from mailbox.
[Syntax] C++: HRESULT GetEmailId( BSTR MailBox, long Index, BSTR* pVal ) Visual Basic: GetEmailId( MailBox As String, Index As long ) As String C#: string GetEmailId( string MailBox, long Index )
Parameters
MailBox
Mailbox name.
Index
Ordinal number of email in this mailbox The minimum value is 0, the maximum value is returned by method GetEmailCount method.
Return Value
If this method succeeds, the return value is the message-id of email. If it fails, the return value is null string.
2001-2007 © Copyright AdminSystem Software Limited. All rights reserved.