[This is preliminary documentation and is subject to change.]
The EmailDB type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EmailDB | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | AddOutputParameter | Overloaded. |
![]() | AddParameter | Overloaded. |
![]() | AddParameters | Overloaded. |
![]() | ClearParameters |
Clear all the sql stored procedure parameters
(Inherited from OfficeClipDB.) |
![]() | Close |
Close the connection, data adapter and the command
(Inherited from OfficeClipDB.) |
![]() | Commit |
Commits the transaction
(Inherited from OfficeClipDB.) |
![]() | DeleteBlockedEmailAddress |
Removes a particular email Address from the blocked sender list.
|
![]() | DeleteEmail |
Deletes a particular email idenfied by emailId in the database and the filesystem.
|
![]() | DeleteEmailAccount |
Deletes all the information related to a particular email account identified by emailAccountId.
|
![]() | DeleteEmailFolder |
Deletes all the information related to a particular email folder.
|
![]() | DeleteEmailInfo |
Deletes a particular email idenfied by emailId in the database and the filesystem.
|
![]() | DeleteEmailPreference |
Deletes the email preferences for a particular user.
|
![]() | DeleteEmailRule |
Deletes all the details corresponding to a particular rule indentified by emailRuleId.
|
![]() | DeleteMailingList |
Deletes the complete mailing list including all the members if any.
|
![]() | DeleteMailingListMember |
Deletes a mailing list member from the mailing list.
|
![]() | DeleteMailingListMembers |
Deletes all mailing list members from the mailing list.
|
![]() | Dispose |
disposes the object for garbage collection
(Inherited from OfficeClipDB.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | ExecuteNonQuery | Overloaded. |
![]() | ExecuteReader |
Executes the sql datareader
(Inherited from OfficeClipDB.) |
![]() | ExecuteScalar |
Executes the query that returns a single valur
(Inherited from OfficeClipDB.) |
![]() | Fill |
Fills the dataset
(Inherited from OfficeClipDB.) |
![]() | 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.) |
![]() | GetAccountColorSchemes |
Gets all the color schemes specified in the OfficeClip email account color sheme resource file (desktop/email/accountColorScheme.xml). Please refer to the
|
![]() | GetBlockSenderList |
Gets a list of email addresses, emails from which need to be discarded.
|
![]() | GetEmailAccount |
Gets all the details related to the a particular email account identified by the emailAccountId.
|
![]() | GetEmailAccounts |
Gets all the information for all the email accounts for the currently logged in user.
|
![]() ![]() | GetEmailFileLocation |
Gets the email file location
|
![]() | GetEmailFolder |
Gets all the information related to a particular email folder identified by the emailFolderId.
|
![]() | GetEmailFolderNames |
Gets a list of all the email folders for currently logged in user.
|
![]() | GetEmailFolders |
Gets all the email folders created for the currently logged in user.
|
![]() | GetEmailInfo |
Gets all the information corresponding to a particular email identified by emailId.
|
![]() | GetEmailInfoList |
Gets all the information List of all emails info for those emailIds supplied in eidList.
|
![]() | GetEmailListGridLayout |
Returns the order in which the columns in the email list are to be displayed.
For more information refer to the OfficeClip customization document, level 1 customization
using the emailList.xml.
|
![]() | GetEmailListGridNumberOfRows |
Gets the number of rows per page as specified in the xml configuration file emailList.xml. Please refer to the OfficeClip level 1 customization help.
|
![]() | GetEmailPreference |
Gets the email preferences for a particular user.
|
![]() | GetEmailRule |
Gets all the details corresponding to a particular email rule identified by emailRuleId.
|
![]() | GetEmailRules |
Gets all the details corresponding to all the email rules set by the currently logged in user.
|
![]() | GetEmails |
Gets all the stored emails and their related information in the OfficeClip database for the currently logged in user.
|
![]() | 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.) |
![]() | GetMailingListInfo |
Gets all the information related to a particular mailing list identified by the mailingListId.
|
![]() | GetMailingListMembers |
Gets all the mailing list members corresponding to a particular mailing list identified by the mailingListId.
|
![]() | GetMailingLists |
Gets all the mailing lists created by the currently logged in user.
|
![]() | GetMailingListSelectionList |
Gets all the members of the all the groups (only name and email Address) where the currenly logged in user belongs
and all the memebers of all the address books visible to the user. All these members' and contacts' names and email
addresses are merged in one unique list in order for the user to select from it to add to his/her mailing list.
|
![]() | GetParameterCount |
Gets the parameter count
(Inherited from OfficeClipDB.) |
![]() | GetParameterValue |
Gets the value of the parameter
(Inherited from OfficeClipDB.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Init |
Initialize the connection parameters
(Inherited from OfficeClipDB.) |
![]() | InitTransaction | Overloaded. |
![]() | InsertBlockedEmailAddress |
Inserts a new email Address into the blocked sender list for the currently logged in user.
|
![]() | InsertEmailAccount |
Inserts all the details related to the a particular email account into the database.
|
![]() | InsertEmailFileIntoFileSystem |
Inserts the email file into the file system
|
![]() | InsertEmailFolder |
Inserts all the information related to a particular email folder.
|
![]() | InsertEmailInfo |
Inserts all the information corresponding to a particular email.
|
![]() | InsertEmailRule |
Inserts all the details related to an email rule into the database.
|
![]() | InsertMailingList |
Inserts a new mailing list into the database.
|
![]() | InsertMailingListMemberInfo |
Inserts a new mailing list member into a mailing list.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PutEmailsInFolder |
Puts a single email or a set of emails into a particular folder.
|
![]() | Rollback |
Rolls back the transaction
(Inherited from OfficeClipDB.) |
![]() | SetParameterValue |
Sets the parameter value of the sql parameter to a known value
(Inherited from OfficeClipDB.) |
![]() | SetSPCommand | Overloaded. |
![]() | SetSPDataAdapter |
Sets the stored procedure data adapter
(Inherited from OfficeClipDB.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() | UpdateBlockedEmailAddress |
Inserts a new email Address into the blocked sender list if it already does not exist for the currently logged in user.
|
![]() | UpdateEmailAccount |
Updates all the details related to the a particular email account into the database.
|
![]() | UpdateEmailFolder |
Updates all the information related to a particular email folder.
|
![]() | UpdateEmailInfo |
Updates all the information corresponding to a particular email into the database.
|
![]() | UpdateEmailMarkDeleted | Overloaded. |
![]() | UpdateEmailMoveRuleDown |
Moves a particular email rule down in the order for the currently logged in user.
|
![]() | UpdateEmailMoveRuleUp |
Moves a particular email rule up in the order for the currently logged in user.
|
![]() | UpdateEmailPreference |
Updates the email preferences for a particular user in the database.
|
![]() | UpdateEmailRule |
Updates all the details related to an email rule into the database.
|
![]() | UpdateMailingList |
Updates mailing list information into the database.
|
Properties
Name | Description | |
---|---|---|
![]() | ConnectionString |
Gets the OfficeClip.DBLayer.ConnectionString property encapsulates
a callout to the ASP+ Config System to obtain the
database connection string for the application.
(Inherited from OfficeClipDB.) |
![]() | DBConnString |
The database connection string that is only available within the framework of the DBLayer.
This should only be set through a constructor so this is not available outside
the DBLayer. A default conection string is assumed if not set.
(Inherited from OfficeClipDB.) |