The ImapSsl type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Append(String, EmailMessage) |
Appends an email message to the specified mailbox. (Inherited from Imap.) |
![]() |
Append(String, IEnumerator) |
Appends an emails messages to the specified mailbox.
(Inherited from Imap.) |
![]() |
Connect |
Establishes secure SSL connection to IMAP server
(Overrides Imap..::..Connect()()()().) |
![]() |
CopyMessage(String, String, Boolean) |
Copies specified message to specified folder.
(Inherited from Imap.) |
![]() |
CopyMessage(String, String, String, Boolean) |
Copies specified messages to specified folder.
(Inherited from Imap.) |
![]() |
CreateMailbox |
Creates a new mailbox on IMAP server. (Inherited from Imap.) |
![]() |
CreateObjRef |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) |
![]() |
DeleteMailbox |
Deletes a mailbox on the IMAP server. (Inherited from Imap.) |
![]() |
DeleteMessage(Int32) |
Marks a message for deletion from the current mailbox. (Inherited from Imap.) |
![]() |
DeleteMessage(Int32, Int32) |
Marks a range of messages for deletion from the current mailbox. (Inherited from Imap.) |
![]() |
Disconnect |
Disconnects from IMAP server. Issues CLOSE and LOGOUT commands to IMAP server.
(Overrides Imap..::..Disconnect()()()().) |
![]() |
Dispose()()()() |
Releases all resources used by the Component.
(Inherited from Component.) |
![]() |
Dispose(Boolean) |
Clean up any resources being used.
(Inherited from Imap.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Expunge |
Deletes messages marked for deletion from current mailbox. (Inherited from Imap.) |
![]() |
Finalize |
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.) |
![]() |
FireCommandSentEvent |
Fires CommandSentEvent event. (Inherited from Imap.) |
![]() |
FireConnectedEvent |
Fires ConnectedEvent event. (Inherited from Imap.) |
![]() |
FireDataReceivedEvent |
Fires DataReceivedEvent event. (Inherited from Imap.) |
![]() |
FireDisconnectedEvent |
Fires DisconnectedEvent event. (Inherited from Imap.) |
![]() |
FireMessageRetrievedEvent |
Fires MessageRetrievedEvent event. (Inherited from Imap.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
![]() |
GetMailboxes | Obsolete.
Gets all mailboxes found for account.
(Inherited from Imap.) |
![]() |
GetMessage |
Retrieves a message from the current mailbox. (Inherited from Imap.) |
![]() |
GetMessageCount |
Gets the number of messages in the current mailbox. (Inherited from Imap.) |
![]() |
GetMessageHeader |
Gets the named header for a message. (Inherited from Imap.) |
![]() |
GetMessageHeaders |
Gets message headers for a message. (Inherited from Imap.) |
![]() |
GetMessageID |
Gets messages matching specified SEARCH expression. (Inherited from Imap.) |
![]() |
GetMessages()()()() |
Gets all available messages in current mailbox from IMAP server. (Inherited from Imap.) |
![]() |
GetMessages(array<Int32>[]()[][]) |
Gets messages for specified message ID's. (Inherited from Imap.) |
![]() |
GetMessages(String) |
Gets messages matching specified SEARCH expression. (Inherited from Imap.) |
![]() |
GetMessagesWithFlags()()()() |
Gets all available messages with flags in current mailbox from IMAP server.
All messages are stored in memory resulting in potential memory issues if
not enough memory is available. To avoid potential memory issue you may retrieve messages
individually using the (Inherited from Imap.)![]() getMessageWithFlags(int index) |
![]() |
GetMessagesWithFlags(array<Int32>[]()[][]) |
Gets messages for specified message ID's with flags.
(Inherited from Imap.) |
![]() |
GetMessagesWithFlags(String) |
Gets messages with flags matching specified SEARCH expression.
(Inherited from Imap.) |
![]() |
GetMessageWithFlags |
Gets message from current mailbox along with message flags. Message
number is one based, meaning that message numbers range from 1 to (Inherited from Imap.)![]() getMessageCount() |
![]() |
GetNewMessageID |
Gets an int[] representing the IDs of new messages
in current mailbox from IMAP server. (Inherited from Imap.) |
![]() |
GetNewMessages |
Gets all new messages in current mailbox from IMAP server. (Inherited from Imap.) |
![]() |
GetOutputStream |
Gets the output stream of the socket connection. (Inherited from Imap.) |
![]() |
GetService | (Inherited from Component.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
![]() |
Interrupted |
Interrupts the current process. (Inherited from Imap.) |
![]() |
IsConnected |
Tests Imap connection. (Inherited from Imap.) |
![]() |
IssueCommand |
Issues a command to IMAP server and reads response. (Inherited from Imap.) |
![]() |
ListMailboxes()()()() |
Gets all mailboxes for account.
(Inherited from Imap.) |
![]() |
ListMailboxes(String, String) |
Gets all mailboxes for account.
(Inherited from Imap.) |
![]() |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) |
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.) |
![]() |
MoveMessage(Int32, String) |
Moves specified message to specified folder.
(Inherited from Imap.) |
![]() |
MoveMessage(Int32, Int32, String) |
Moves specified messages to specified folder.
(Inherited from Imap.) |
![]() |
RenameMailbox |
Renames a mailbox on the IMAP server. (Inherited from Imap.) |
![]() |
SelectMailbox |
Selects the mailbox on IMAP server. (Inherited from Imap.) |
![]() |
Store(Int32, Int32, Int32) |
Sets message flags for a single message in an IMAP mailbox. (Inherited from Imap.) |
![]() |
Store(Int32, Int32, Int32, Int32) |
Sets message flags for a range of messages in an IMAP mailbox. (Inherited from Imap.) |
![]() |
ToString |
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.) |