AddUser Method
Adds a single user to the StaticList.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub AddUser ( _
user As MailingListUser _
)
'Usage
Dim instance As StaticList
Dim user As MailingListUser
instance.AddUser(user)
public void AddUser(
MailingListUser user
)
public:
void AddUser(
MailingListUser^ user
)
public function AddUser(
user : MailingListUser
)
Parameters
- user
Type: Microsoft.CommerceServer.Marketing..::.MailingListUser
The MailingListUser to add to this object
Remarks
Use this method to add the user to the SimpleList.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.