WebBundle
Represents a collection of email objects.
See
Also: WebMailMan,
WebEmail
WebBundle
Properties
- MessageCount
As Long read-only
- The number of emails
in this bundle. The first email is at index 0.
WebBundle
Methods
- AddEmail(email
As WebEmail) As Boolean
- Append an email
to the end of the bundle. Return True if successful.
- GetEmail(index
As Long) As WebEmail
- Retrieve an individual
email from the bundle. Indexing begins at 0.
- GetInstanceLog()
As String
- Returns the log
in XML format for this object instance. The log is cleared when
this method is called
- GetUidls()
As CkStringArray
- Returns a CkStringArray
object that contains a UIDL for each email in the bundle.
- GetXml()
As String
- Returns an XML
formatted representation of the entire email bundle.
- RemoveEmail(email
As WebEmail) As Boolean
- Remove an email
from the bundle. Return True if successful.
- SaveXml(filename
As String)
- Saves the email
bundle to an XML formatted file.
- SortByDate(ascending
As Long)
- Sorts emails in
the bundle by date. If ascending = 1, it sorts ascending, otherwise
descending..
- SortByRecipient(ascending
As Long)
- Sorts emails in
the bundle by the To header field. If ascending = 1, it sorts
ascending, otherwise descending..
- SortBySender(ascending
As Long)
- Sorts emails in
the bundle by the From header field. If ascending = 1, it sorts
ascending, otherwise descending..
- SortBySubject(ascending
As Long)
- Sorts emails in
the bundle by the subject. If ascending = 1, it sorts ascending,
otherwise descending..
|
Privacy
Statement. Copyright 2000-2012 Chilkat
Software, Inc. All rights reserved.
(Regarding the usage of the Android logo) Portions of this page are reproduced from work created and shared by Google
and used according to terms described in the Creative Commons
3.0 Attribution License.
Send feedback to support@chilkatsoft.com
Software components and libraries for Linux, MAC OS X, IOS (IPhone), Android™, Solaris, RHEL/CentOS Microsoft Windows 7, Vista, XP, 2000, 2003 Server, 2008 Server, and Windows 95/98/NT4.
|
|