[This is preliminary documentation and is subject to change.]

Updates mailing list information into the database.

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int UpdateMailingList(
	MailingListInfo mli
)
Visual Basic (Declaration)
Public Function UpdateMailingList ( _
	mli As MailingListInfo _
) As Integer
Visual C++
public:
int UpdateMailingList(
	MailingListInfo^ mli
)

Parameters

mli
Type: OfficeClip.BusinessLayer.Desktop.Email..::.MailingListInfo
Instance of the MailingListInfo object to be updated into the database. OfficeClip.BusinessLayer.Desktop.Email..::.MailingListInfo

Return Value

0 if successful, -1 in case of an error.

See Also