The UserMessageRuleActionCollection object represents user message rule actions in global message rule.
| C# | Visual Basic | Managed C++ |
public class UserMessageRuleActionCollection
Public Class UserMessageRuleActionCollection
public ref class UserMessageRuleActionCollection
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| Add_AddHeaderField(String, String, String) |
Creates and adds new 'Add Header Field' action to UserMessageRuleActionCollection collection.
| |
| Add_AutoResponse(String, String, Byte[]()) |
Creates and adds new 'Auto Response' action to UserMessageRuleActionCollection collection.
| |
| Add_DeleteMessage(String) |
Creates and adds new 'Delete Message' action to UserMessageRuleActionCollection collection.
| |
| Add_ExecuteProgram(String, String, String) |
Creates and adds new 'Execute Program' action to UserMessageRuleActionCollection collection.
| |
| Add_ForwardToEmail(String, String) |
Creates and adds new 'Forward To Email' action to UserMessageRuleActionCollection collection.
| |
| Add_ForwardToHost(String, String, Int32) |
Creates and adds new 'Forward To Host' action to UserMessageRuleActionCollection collection.
| |
| Add_MoveToImapFolder(String, String) |
Creates and adds new 'Move To IMAP Folder' action to UserMessageRuleActionCollection collection.
| |
| Add_PostToHttp(String, String) |
Creates and adds new 'Post To HTTP' action to UserMessageRuleActionCollection collection.
| |
| Add_PostToNntp(String, String, Int32, String) |
Creates and adds new 'Post To NNTP Newsgroup' action to UserMessageRuleActionCollection collection.
| |
| Add_RemoveHeaderField(String, String) |
Creates and adds new 'Remove Header Field' action to UserMessageRuleActionCollection collection.
| |
| Add_StoreToDisk(String, String) |
Creates and adds new 'Store To Disk Folder' action to UserMessageRuleActionCollection collection.
| |
| Add_StoreToFtp(String, String, Int32, String, String, String) |
Creates and adds new 'Store To FTP Folder' action to UserMessageRuleActionCollection collection.
| |
| Count |
Gets number of user message rule actions.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator() |
Gets enumerator.
| |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| Item(Int32) |
Gets a UserMessageRuleActionBase object in the collection by index number.
| |
| Item(String) |
Gets a UserMessageRuleActionBase object in the collection by user message rule ID.
| |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove(UserMessageRuleActionBase) |
Deletes specified action from user message rule.
| |
| Rule |
Gets owner message rule where this actions apply.
| |
| ToString() | (Inherited from Object.) |
| Object | |
| UserMessageRuleActionCollection | |
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)