3dak Client

Contact.Delete Method 

Deletes Contact from Database

[Visual Basic]
Public Sub Delete()
[C#]
public void Delete();
[C++]
public: void Delete();
[JScript]
public function Delete();

Exceptions

Exception TypeCondition
InvalidOperationExceptionIndicates that Contact has not yet been submitted to Database and cannot be deleted
InvalidProgramExceptionIndicates that Contact has already been associated with an Order and therefore cannot be deleted

See Also

Contact Class | ppm3dakClient.Contacts Namespace