ImportMailingList Method
This method is used to import users into a Simple Mailing List.
Namespace: Microsoft.CommerceServer.Marketing.WebService
Assembly: Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Sub ImportMailingList ( _
operationId As Guid _
)
'Usage
Dim instance As MarketingWebService
Dim operationId As Guid
instance.ImportMailingList(operationId)
[WebMethodAttribute]
public virtual void ImportMailingList(
Guid operationId
)
[WebMethodAttribute]
public:
virtual void ImportMailingList(
Guid operationId
)
public function ImportMailingList(
operationId : Guid
)
Parameters
- operationId
Type: System..::.Guid
Token that identifies the file that needs to be imported.
Exceptions
Exception | Condition |
---|---|
NotAuthorizedException | The calling user is not authorized to perform this operation. |
ServerFaultException | An unexpected error occurred on the server. |
Remarks
Import users into a mailing List.
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.