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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
MailingListOperation class describes a long-running list operation, such as Import, Export, Append, Subtract, etc.
The MailingListOperation type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetErrors | This method returns a MailingListError array containing the errors that occurred during the execution of this operation. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
EndDate | Gets the time at which this operation completed. |
![]() |
ExpressionBody | Gets the body of the expression used as the source for this operation. |
![]() |
Id | Gets the unique identifier of the operation. |
![]() |
IsInProgress | Gets a value indicating of this operation is currently in progress. |
![]() |
MainListId | Gets the unique identifier of the MailingList that is the target of this operation. |
![]() |
OriginalFileName | Gets the original (client-side) name of the file that was used as the source for this operation. |
![]() |
SecondListId | Gets the id of the MailingList that is the source for this operation. |
![]() |
StartDate | Gets the time at which this operation began. |
![]() |
Status | Gets the current status of this operation. |
![]() |
Type | Gets the type of operation represented by this object. |
Top