C# Class ActiveUp.Net.Mail.Mailbox

Inheritance: IMailbox
Afficher le fichier Open project: DavidS/MailSystem.NET Class Usage Examples

Méthodes publiques

Méthode Description
AddFlags ( int messageOrdinal, IFlagCollection flags ) : string

Adds the specified flags to the message.

AddFlagsSilent ( int messageOrdinal, IFlagCollection flags ) : void

Same as AddFlags() except no response is requested.

Append ( ActiveUp.Net.Mail.Message message ) : string

Appends the provided message to the mailbox.

Append ( ActiveUp.Net.Mail.Message message, IFlagCollection flags ) : string

Appends the provided message to the mailbox.

Append ( ActiveUp.Net.Mail.Message message, IFlagCollection flags, System.DateTime dateTime ) : string

Appends the provided message to the mailbox.

Append ( byte messageData ) : string

Appends the provided message to the mailbox.

Append ( byte messageData, IFlagCollection flags ) : string

Appends the provided message to the mailbox.

Append ( byte messageData, IFlagCollection flags, System.DateTime dateTime ) : string

Appends the provided message to the mailbox.

Append ( string messageLiteral ) : string

Appends the provided message to the mailbox.

Append ( string messageLiteral, IFlagCollection flags ) : string

Appends the provided message to the mailbox.

Append ( string messageLiteral, IFlagCollection flags, System.DateTime dateTime ) : string

Appends the provided message to the mailbox.

BeginAddFlags ( int messageOrdinal, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
BeginAddFlagsSilent ( int messageOrdinal, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
BeginAppend ( ActiveUp.Net.Mail.Message message, AsyncCallback callback ) : IAsyncResult
BeginAppend ( ActiveUp.Net.Mail.Message message, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
BeginAppend ( ActiveUp.Net.Mail.Message message, IFlagCollection flags, System.DateTime dateTime, AsyncCallback callback ) : IAsyncResult
BeginAppend ( byte messageData, AsyncCallback callback ) : IAsyncResult
BeginAppend ( byte messageData, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
BeginAppend ( byte messageData, IFlagCollection flags, System.DateTime dateTime, AsyncCallback callback ) : IAsyncResult
BeginAppend ( string messageLiteral, AsyncCallback callback ) : IAsyncResult
BeginAppend ( string messageLiteral, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
BeginAppend ( string messageLiteral, IFlagCollection flags, System.DateTime dateTime, AsyncCallback callback ) : IAsyncResult
BeginCopyMessage ( int messageOrdinal, string destinationMailboxName, AsyncCallback callback ) : IAsyncResult
BeginCreateChild ( string mailboxName, AsyncCallback callback ) : IAsyncResult
BeginDelete ( AsyncCallback callback ) : IAsyncResult
BeginDeleteMessage ( int messageOrdinal, bool expunge, AsyncCallback callback ) : IAsyncResult
BeginEmpty ( bool expunge, AsyncCallback callback ) : IAsyncResult
BeginMoveMessage ( int messageOrdinal, string destinationMailboxName, AsyncCallback callback ) : IAsyncResult
BeginRemoveFlags ( int messageOrdinal, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
BeginRemoveFlagsSilent ( int messageOrdinal, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
BeginRename ( string newMailboxName, AsyncCallback callback ) : IAsyncResult
BeginSearch ( string query, AsyncCallback callback ) : IAsyncResult
BeginSearch ( string charset, string query, AsyncCallback callback ) : IAsyncResult
BeginSearchParse ( string query, AsyncCallback callback ) : IAsyncResult
BeginSearchParse ( string charset, string query, AsyncCallback callback ) : IAsyncResult
BeginSetFlags ( int messageOrdinal, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
BeginSetFlagsSilent ( int messageOrdinal, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
BeginSubscribe ( AsyncCallback callback ) : IAsyncResult
BeginUidAddFlags ( int uid, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
BeginUidAddFlagsSilent ( int uid, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
BeginUidCopyMessage ( int uid, string destinationMailboxName, AsyncCallback callback ) : IAsyncResult
BeginUidDeleteMessage ( int uid, bool expunge, AsyncCallback callback ) : IAsyncResult
BeginUidMoveMessage ( int uid, string destinationMailboxName, AsyncCallback callback ) : IAsyncResult
BeginUidRemoveFlags ( int uid, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
BeginUidRemoveFlagsSilent ( int uid, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
BeginUidSetFlags ( int uid, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
BeginUidSetFlagsSilent ( int uid, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
BeginUnsubscribe ( AsyncCallback callback ) : IAsyncResult
CopyMessage ( int messageOrdinal, string destinationMailboxName ) : void

Copies the specified message to the specified mailbox.

CreateChild ( string mailboxName ) : IMailbox

Creates a child mailbox.

Delete ( ) : string

Deletes the mailbox.

DeleteMessage ( int messageOrdinal, bool expunge ) : void

Deletes the specified message.

Empty ( bool expunge ) : void

Empties the mailbox.

EndAddFlags ( IAsyncResult result ) : string
EndAddFlagsSilent ( IAsyncResult result ) : void
EndAppend ( IAsyncResult result ) : string
EndCopyMessage ( IAsyncResult result ) : void
EndCreateChild ( IAsyncResult result ) : IMailbox
EndDelete ( IAsyncResult result ) : string
EndDeleteMessage ( IAsyncResult result ) : void
EndEmpty ( IAsyncResult result ) : void
EndMoveMessage ( IAsyncResult result ) : void
EndRemoveFlags ( IAsyncResult result ) : string
EndRemoveFlagsSilent ( IAsyncResult result ) : void
EndRename ( IAsyncResult result ) : string
EndSearch ( IAsyncResult result ) : string
EndSearchParse ( IAsyncResult result ) : string
EndSetFlags ( IAsyncResult result ) : string
EndSetFlagsSilent ( IAsyncResult result ) : void
EndSubscribe ( IAsyncResult result ) : string
EndUidAddFlags ( IAsyncResult result ) : string
EndUidAddFlagsSilent ( IAsyncResult result ) : void
EndUidCopyMessage ( IAsyncResult result ) : void
EndUidDeleteMessage ( IAsyncResult result ) : void
EndUidMoveMessage ( IAsyncResult result ) : void
EndUidRemoveFlags ( IAsyncResult result ) : string
EndUidRemoveFlagsSilent ( IAsyncResult result ) : void
EndUidSetFlags ( IAsyncResult result ) : string
EndUidSetFlagsSilent ( IAsyncResult result ) : void
EndUnsubscribe ( IAsyncResult result ) : string
Mailbox ( ) : System

Default constructor.

MoveMessage ( int messageOrdinal, string destinationMailboxName ) : void
RemoveFlags ( int messageOrdinal, IFlagCollection flags ) : string

Removes the specified flags from the message.

RemoveFlagsSilent ( int messageOrdinal, ActiveUp flags ) : void

Same as RemoveFlags() except no response is requested.

Rename ( string newMailboxName ) : string

Renames the mailbox.

Search ( string query ) : int[]

Searches the mailbox for messages corresponding to the query.

Search ( string charset, string query ) : int[]

Searches the mailbox for messages corresponding to the query.

SearchParse ( string query ) : ActiveUp.Net.Mail.MessageCollection

Search for messages accoridng to the given query.

SearchParse ( string charset, string query ) : ActiveUp.Net.Mail.MessageCollection

Search for messages accoridng to the given query.

SetFlags ( int messageOrdinal, IFlagCollection flags ) : string

Sets the specified flags for the message.

SetFlagsSilent ( int messageOrdinal, ActiveUp flags ) : void

Same as SetFlags() except no response is requested.

Subscribe ( ) : string

Subscribes to the mailbox.

UidAddFlags ( int uid, IFlagCollection flags ) : string
UidAddFlagsSilent ( int uid, IFlagCollection flags ) : void
UidCopyMessage ( int uid, string destinationMailboxName ) : void
UidDeleteMessage ( int uid, bool expunge ) : void
UidMoveMessage ( int uid, string destinationMailboxName ) : void
UidRemoveFlags ( int uid, ActiveUp flags ) : string
UidRemoveFlagsSilent ( int uid, ActiveUp flags ) : void
UidSetFlags ( int uid, ActiveUp flags ) : string
UidSetFlagsSilent ( int uid, ActiveUp flags ) : void
Unsubscribe ( ) : string

Unsubscribes from the mailbox.

Method Details

AddFlags() public méthode

Adds the specified flags to the message.
public AddFlags ( int messageOrdinal, IFlagCollection flags ) : string
messageOrdinal int The message's ordinal position.
flags IFlagCollection Flags to be added to the message.
Résultat string

AddFlagsSilent() public méthode

Same as AddFlags() except no response is requested.
public AddFlagsSilent ( int messageOrdinal, IFlagCollection flags ) : void
messageOrdinal int The message's ordinal position.
flags IFlagCollection Flags to be added to the message.
Résultat void

Append() public méthode

Appends the provided message to the mailbox.
public Append ( ActiveUp.Net.Mail.Message message ) : string
message ActiveUp.Net.Mail.Message The message to be appended.
Résultat string

Append() public méthode

Appends the provided message to the mailbox.
public Append ( ActiveUp.Net.Mail.Message message, IFlagCollection flags ) : string
message ActiveUp.Net.Mail.Message The message to be appended.
flags IFlagCollection Flags to be set for the message.
Résultat string

Append() public méthode

Appends the provided message to the mailbox.
public Append ( ActiveUp.Net.Mail.Message message, IFlagCollection flags, System.DateTime dateTime ) : string
message ActiveUp.Net.Mail.Message The message to be appended.
flags IFlagCollection Flags to be set for the message.
dateTime System.DateTime The internal date to be set for the message.
Résultat string

Append() public méthode

Appends the provided message to the mailbox.
public Append ( byte messageData ) : string
messageData byte The message in a Rfc822 compliant format.
Résultat string

Append() public méthode

Appends the provided message to the mailbox.
public Append ( byte messageData, IFlagCollection flags ) : string
messageData byte The message in a Rfc822 compliant format.
flags IFlagCollection Flags to be set for the message.
Résultat string

Append() public méthode

Appends the provided message to the mailbox.
public Append ( byte messageData, IFlagCollection flags, System.DateTime dateTime ) : string
messageData byte The message in a Rfc822 compliant format.
flags IFlagCollection Flags to be set for the message.
dateTime System.DateTime The internal date to be set for the message.
Résultat string

Append() public méthode

Appends the provided message to the mailbox.
public Append ( string messageLiteral ) : string
messageLiteral string The message in a Rfc822 compliant format.
Résultat string

Append() public méthode

Appends the provided message to the mailbox.
public Append ( string messageLiteral, IFlagCollection flags ) : string
messageLiteral string The message in a Rfc822 compliant format.
flags IFlagCollection Flags to be set for the message.
Résultat string

Append() public méthode

Appends the provided message to the mailbox.
public Append ( string messageLiteral, IFlagCollection flags, System.DateTime dateTime ) : string
messageLiteral string The message in a Rfc822 compliant format.
flags IFlagCollection Flags to be set for the message.
dateTime System.DateTime The internal date to be set for the message.
Résultat string

BeginAddFlags() public méthode

public BeginAddFlags ( int messageOrdinal, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
messageOrdinal int
flags IFlagCollection
callback AsyncCallback
Résultat IAsyncResult

BeginAddFlagsSilent() public méthode

public BeginAddFlagsSilent ( int messageOrdinal, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
messageOrdinal int
flags IFlagCollection
callback AsyncCallback
Résultat IAsyncResult

BeginAppend() public méthode

public BeginAppend ( ActiveUp.Net.Mail.Message message, AsyncCallback callback ) : IAsyncResult
message ActiveUp.Net.Mail.Message
callback AsyncCallback
Résultat IAsyncResult

BeginAppend() public méthode

public BeginAppend ( ActiveUp.Net.Mail.Message message, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
message ActiveUp.Net.Mail.Message
flags IFlagCollection
callback AsyncCallback
Résultat IAsyncResult

BeginAppend() public méthode

public BeginAppend ( ActiveUp.Net.Mail.Message message, IFlagCollection flags, System.DateTime dateTime, AsyncCallback callback ) : IAsyncResult
message ActiveUp.Net.Mail.Message
flags IFlagCollection
dateTime System.DateTime
callback AsyncCallback
Résultat IAsyncResult

BeginAppend() public méthode

public BeginAppend ( byte messageData, AsyncCallback callback ) : IAsyncResult
messageData byte
callback AsyncCallback
Résultat IAsyncResult

BeginAppend() public méthode

public BeginAppend ( byte messageData, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
messageData byte
flags IFlagCollection
callback AsyncCallback
Résultat IAsyncResult

BeginAppend() public méthode

public BeginAppend ( byte messageData, IFlagCollection flags, System.DateTime dateTime, AsyncCallback callback ) : IAsyncResult
messageData byte
flags IFlagCollection
dateTime System.DateTime
callback AsyncCallback
Résultat IAsyncResult

BeginAppend() public méthode

public BeginAppend ( string messageLiteral, AsyncCallback callback ) : IAsyncResult
messageLiteral string
callback AsyncCallback
Résultat IAsyncResult

BeginAppend() public méthode

public BeginAppend ( string messageLiteral, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
messageLiteral string
flags IFlagCollection
callback AsyncCallback
Résultat IAsyncResult

BeginAppend() public méthode

public BeginAppend ( string messageLiteral, IFlagCollection flags, System.DateTime dateTime, AsyncCallback callback ) : IAsyncResult
messageLiteral string
flags IFlagCollection
dateTime System.DateTime
callback AsyncCallback
Résultat IAsyncResult

BeginCopyMessage() public méthode

public BeginCopyMessage ( int messageOrdinal, string destinationMailboxName, AsyncCallback callback ) : IAsyncResult
messageOrdinal int
destinationMailboxName string
callback AsyncCallback
Résultat IAsyncResult

BeginCreateChild() public méthode

public BeginCreateChild ( string mailboxName, AsyncCallback callback ) : IAsyncResult
mailboxName string
callback AsyncCallback
Résultat IAsyncResult

BeginDelete() public méthode

public BeginDelete ( AsyncCallback callback ) : IAsyncResult
callback AsyncCallback
Résultat IAsyncResult

BeginDeleteMessage() public méthode

public BeginDeleteMessage ( int messageOrdinal, bool expunge, AsyncCallback callback ) : IAsyncResult
messageOrdinal int
expunge bool
callback AsyncCallback
Résultat IAsyncResult

BeginEmpty() public méthode

public BeginEmpty ( bool expunge, AsyncCallback callback ) : IAsyncResult
expunge bool
callback AsyncCallback
Résultat IAsyncResult

BeginMoveMessage() public méthode

public BeginMoveMessage ( int messageOrdinal, string destinationMailboxName, AsyncCallback callback ) : IAsyncResult
messageOrdinal int
destinationMailboxName string
callback AsyncCallback
Résultat IAsyncResult

BeginRemoveFlags() public méthode

public BeginRemoveFlags ( int messageOrdinal, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
messageOrdinal int
flags IFlagCollection
callback AsyncCallback
Résultat IAsyncResult

BeginRemoveFlagsSilent() public méthode

public BeginRemoveFlagsSilent ( int messageOrdinal, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
messageOrdinal int
flags IFlagCollection
callback AsyncCallback
Résultat IAsyncResult

BeginRename() public méthode

public BeginRename ( string newMailboxName, AsyncCallback callback ) : IAsyncResult
newMailboxName string
callback AsyncCallback
Résultat IAsyncResult

BeginSearch() public méthode

public BeginSearch ( string query, AsyncCallback callback ) : IAsyncResult
query string
callback AsyncCallback
Résultat IAsyncResult

BeginSearch() public méthode

public BeginSearch ( string charset, string query, AsyncCallback callback ) : IAsyncResult
charset string
query string
callback AsyncCallback
Résultat IAsyncResult

BeginSearchParse() public méthode

public BeginSearchParse ( string query, AsyncCallback callback ) : IAsyncResult
query string
callback AsyncCallback
Résultat IAsyncResult

BeginSearchParse() public méthode

public BeginSearchParse ( string charset, string query, AsyncCallback callback ) : IAsyncResult
charset string
query string
callback AsyncCallback
Résultat IAsyncResult

BeginSetFlags() public méthode

public BeginSetFlags ( int messageOrdinal, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
messageOrdinal int
flags IFlagCollection
callback AsyncCallback
Résultat IAsyncResult

BeginSetFlagsSilent() public méthode

public BeginSetFlagsSilent ( int messageOrdinal, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
messageOrdinal int
flags IFlagCollection
callback AsyncCallback
Résultat IAsyncResult

BeginSubscribe() public méthode

public BeginSubscribe ( AsyncCallback callback ) : IAsyncResult
callback AsyncCallback
Résultat IAsyncResult

BeginUidAddFlags() public méthode

public BeginUidAddFlags ( int uid, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
uid int
flags IFlagCollection
callback AsyncCallback
Résultat IAsyncResult

BeginUidAddFlagsSilent() public méthode

public BeginUidAddFlagsSilent ( int uid, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
uid int
flags IFlagCollection
callback AsyncCallback
Résultat IAsyncResult

BeginUidCopyMessage() public méthode

public BeginUidCopyMessage ( int uid, string destinationMailboxName, AsyncCallback callback ) : IAsyncResult
uid int
destinationMailboxName string
callback AsyncCallback
Résultat IAsyncResult

BeginUidDeleteMessage() public méthode

public BeginUidDeleteMessage ( int uid, bool expunge, AsyncCallback callback ) : IAsyncResult
uid int
expunge bool
callback AsyncCallback
Résultat IAsyncResult

BeginUidMoveMessage() public méthode

public BeginUidMoveMessage ( int uid, string destinationMailboxName, AsyncCallback callback ) : IAsyncResult
uid int
destinationMailboxName string
callback AsyncCallback
Résultat IAsyncResult

BeginUidRemoveFlags() public méthode

public BeginUidRemoveFlags ( int uid, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
uid int
flags IFlagCollection
callback AsyncCallback
Résultat IAsyncResult

BeginUidRemoveFlagsSilent() public méthode

public BeginUidRemoveFlagsSilent ( int uid, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
uid int
flags IFlagCollection
callback AsyncCallback
Résultat IAsyncResult

BeginUidSetFlags() public méthode

public BeginUidSetFlags ( int uid, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
uid int
flags IFlagCollection
callback AsyncCallback
Résultat IAsyncResult

BeginUidSetFlagsSilent() public méthode

public BeginUidSetFlagsSilent ( int uid, IFlagCollection flags, AsyncCallback callback ) : IAsyncResult
uid int
flags IFlagCollection
callback AsyncCallback
Résultat IAsyncResult

BeginUnsubscribe() public méthode

public BeginUnsubscribe ( AsyncCallback callback ) : IAsyncResult
callback AsyncCallback
Résultat IAsyncResult

CopyMessage() public méthode

Copies the specified message to the specified mailbox.
public CopyMessage ( int messageOrdinal, string destinationMailboxName ) : void
messageOrdinal int The ordinal of the message to be copied.
destinationMailboxName string The name of the destination mailbox.
Résultat void

CreateChild() public méthode

Creates a child mailbox.
public CreateChild ( string mailboxName ) : IMailbox
mailboxName string The name of the child mailbox to be created.
Résultat IMailbox

Delete() public méthode

Deletes the mailbox.
public Delete ( ) : string
Résultat string

DeleteMessage() public méthode

Deletes the specified message.
public DeleteMessage ( int messageOrdinal, bool expunge ) : void
messageOrdinal int Ordinal position of the message to be deleted.
expunge bool If true, message is permanently removed. Otherwise it is marked with the Deleted flag.
Résultat void

Empty() public méthode

Empties the mailbox.
public Empty ( bool expunge ) : void
expunge bool If true, all messages are permanently removed. Otherwise they are all marked with the Deleted flag.
Résultat void

EndAddFlags() public méthode

public EndAddFlags ( IAsyncResult result ) : string
result IAsyncResult
Résultat string

EndAddFlagsSilent() public méthode

public EndAddFlagsSilent ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

EndAppend() public méthode

public EndAppend ( IAsyncResult result ) : string
result IAsyncResult
Résultat string

EndCopyMessage() public méthode

public EndCopyMessage ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

EndCreateChild() public méthode

public EndCreateChild ( IAsyncResult result ) : IMailbox
result IAsyncResult
Résultat IMailbox

EndDelete() public méthode

public EndDelete ( IAsyncResult result ) : string
result IAsyncResult
Résultat string

EndDeleteMessage() public méthode

public EndDeleteMessage ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

EndEmpty() public méthode

public EndEmpty ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

EndMoveMessage() public méthode

public EndMoveMessage ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

EndRemoveFlags() public méthode

public EndRemoveFlags ( IAsyncResult result ) : string
result IAsyncResult
Résultat string

EndRemoveFlagsSilent() public méthode

public EndRemoveFlagsSilent ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

EndRename() public méthode

public EndRename ( IAsyncResult result ) : string
result IAsyncResult
Résultat string

EndSearch() public méthode

public EndSearch ( IAsyncResult result ) : string
result IAsyncResult
Résultat string

EndSearchParse() public méthode

public EndSearchParse ( IAsyncResult result ) : string
result IAsyncResult
Résultat string

EndSetFlags() public méthode

public EndSetFlags ( IAsyncResult result ) : string
result IAsyncResult
Résultat string

EndSetFlagsSilent() public méthode

public EndSetFlagsSilent ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

EndSubscribe() public méthode

public EndSubscribe ( IAsyncResult result ) : string
result IAsyncResult
Résultat string

EndUidAddFlags() public méthode

public EndUidAddFlags ( IAsyncResult result ) : string
result IAsyncResult
Résultat string

EndUidAddFlagsSilent() public méthode

public EndUidAddFlagsSilent ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

EndUidCopyMessage() public méthode

public EndUidCopyMessage ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

EndUidDeleteMessage() public méthode

public EndUidDeleteMessage ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

EndUidMoveMessage() public méthode

public EndUidMoveMessage ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

EndUidRemoveFlags() public méthode

public EndUidRemoveFlags ( IAsyncResult result ) : string
result IAsyncResult
Résultat string

EndUidRemoveFlagsSilent() public méthode

public EndUidRemoveFlagsSilent ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

EndUidSetFlags() public méthode

public EndUidSetFlags ( IAsyncResult result ) : string
result IAsyncResult
Résultat string

EndUidSetFlagsSilent() public méthode

public EndUidSetFlagsSilent ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

EndUnsubscribe() public méthode

public EndUnsubscribe ( IAsyncResult result ) : string
result IAsyncResult
Résultat string

Mailbox() public méthode

Default constructor.
public Mailbox ( ) : System
Résultat System

MoveMessage() public méthode

public MoveMessage ( int messageOrdinal, string destinationMailboxName ) : void
messageOrdinal int
destinationMailboxName string
Résultat void

RemoveFlags() public méthode

Removes the specified flags from the message.
public RemoveFlags ( int messageOrdinal, IFlagCollection flags ) : string
messageOrdinal int The message's ordinal position.
flags IFlagCollection Flags to be removed from the message.
Résultat string

RemoveFlagsSilent() public méthode

Same as RemoveFlags() except no response is requested.
public RemoveFlagsSilent ( int messageOrdinal, ActiveUp flags ) : void
messageOrdinal int The message's ordinal position.
flags ActiveUp Flags to be removed from the message.
Résultat void

Rename() public méthode

Renames the mailbox.
public Rename ( string newMailboxName ) : string
newMailboxName string The new name of the mailbox.
Résultat string

Search() public méthode

Searches the mailbox for messages corresponding to the query.
public Search ( string query ) : int[]
query string Query to use.
Résultat int[]

Search() public méthode

Searches the mailbox for messages corresponding to the query.
public Search ( string charset, string query ) : int[]
charset string The charset the query has to be performed for.
query string The search query.
Résultat int[]

SearchParse() public méthode

Search for messages accoridng to the given query.
public SearchParse ( string query ) : ActiveUp.Net.Mail.MessageCollection
query string Query to use.
Résultat ActiveUp.Net.Mail.MessageCollection

SearchParse() public méthode

Search for messages accoridng to the given query.
public SearchParse ( string charset, string query ) : ActiveUp.Net.Mail.MessageCollection
charset string The charset to apply the query for.
query string Query to use.
Résultat ActiveUp.Net.Mail.MessageCollection

SetFlags() public méthode

Sets the specified flags for the message.
public SetFlags ( int messageOrdinal, IFlagCollection flags ) : string
messageOrdinal int The message's ordinal position.
flags IFlagCollection Flags to be stored for the message.
Résultat string

SetFlagsSilent() public méthode

Same as SetFlags() except no response is requested.
public SetFlagsSilent ( int messageOrdinal, ActiveUp flags ) : void
messageOrdinal int The message's ordinal position.
flags ActiveUp Flags to be set for the message.
Résultat void

Subscribe() public méthode

Subscribes to the mailbox.
public Subscribe ( ) : string
Résultat string

UidAddFlags() public méthode

public UidAddFlags ( int uid, IFlagCollection flags ) : string
uid int
flags IFlagCollection
Résultat string

UidAddFlagsSilent() public méthode

public UidAddFlagsSilent ( int uid, IFlagCollection flags ) : void
uid int
flags IFlagCollection
Résultat void

UidCopyMessage() public méthode

public UidCopyMessage ( int uid, string destinationMailboxName ) : void
uid int
destinationMailboxName string
Résultat void

UidDeleteMessage() public méthode

public UidDeleteMessage ( int uid, bool expunge ) : void
uid int
expunge bool
Résultat void

UidMoveMessage() public méthode

public UidMoveMessage ( int uid, string destinationMailboxName ) : void
uid int
destinationMailboxName string
Résultat void

UidRemoveFlags() public méthode

public UidRemoveFlags ( int uid, ActiveUp flags ) : string
uid int
flags ActiveUp
Résultat string

UidRemoveFlagsSilent() public méthode

public UidRemoveFlagsSilent ( int uid, ActiveUp flags ) : void
uid int
flags ActiveUp
Résultat void

UidSetFlags() public méthode

public UidSetFlags ( int uid, ActiveUp flags ) : string
uid int
flags ActiveUp
Résultat string

UidSetFlagsSilent() public méthode

public UidSetFlagsSilent ( int uid, ActiveUp flags ) : void
uid int
flags ActiveUp
Résultat void

Unsubscribe() public méthode

Unsubscribes from the mailbox.
public Unsubscribe ( ) : string
Résultat string