[This is preliminary documentation and is subject to change.]
Inserts a new mailing list into the database.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int InsertMailingList( MailingListInfo mli ) |
Visual Basic (Declaration) |
---|
Public Function InsertMailingList ( _ mli As MailingListInfo _ ) As Integer |
Visual C++ |
---|
public: int InsertMailingList( MailingListInfo^ mli ) |
Parameters
- mli
- Type: OfficeClip.BusinessLayer.Desktop.Email..::.MailingListInfo
Instance of the MailingListInfo object to be inserted into the database. OfficeClip.BusinessLayer.Desktop.Email..::.MailingListInfo