Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- listId
Type: System..::.Guid
Reserved for internal use only.
- email
Type: System..::.String
Reserved for internal use only.
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
- 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.