DoGetUserFromList Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Protected Function DoGetUserFromList ( _
    listId As Guid, _
    email As String _
) As MailingListUserData
'Usage
Dim listId As Guid
Dim email As String
Dim returnValue As MailingListUserData

returnValue = Me.DoGetUserFromList(listId, _
    email)
protected MailingListUserData DoGetUserFromList(
    Guid listId,
    string email
)
protected:
MailingListUserData^ DoGetUserFromList(
    Guid listId, 
    String^ email
)
protected function DoGetUserFromList(
    listId : Guid, 
    email : String
) : MailingListUserData

Parameters

Return Value

Type: MailingListUserData
Reserved for internal use only.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Permissions

See Also

Reference

MarketingServices Class

MarketingServices Members

Microsoft.CommerceServer.Marketing Namespace