MicrosoftOfficeLiveBusinessContactManager.DeleteCompany Method
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Delete a company.
Namespace: WebBCM
Assembly: OfficeLive (in OfficeLive.dll)
Syntax
'Declaration
<SoapHeaderAttribute("AuditHeaderValue")> _
<SoapHeaderAttribute("UserHeaderValue")> _
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/officelive/soap/DeleteCompany", RequestNamespace := "http://schemas.microsoft.com/officelive/soap/", _
ResponseNamespace := "http://schemas.microsoft.com/officelive/soap/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub DeleteCompany ( _
Id As Integer _
)
'Usage
Dim instance As MicrosoftOfficeLiveBusinessContactManager
Dim Id As Integer
instance.DeleteCompany(Id)
[SoapHeaderAttribute("AuditHeaderValue")]
[SoapHeaderAttribute("UserHeaderValue")]
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/officelive/soap/DeleteCompany", RequestNamespace = "http://schemas.microsoft.com/officelive/soap/",
ResponseNamespace = "http://schemas.microsoft.com/officelive/soap/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void DeleteCompany(
int Id
)
Parameters
- Id
Type: System.Int32
Integer that is ID for Company.
Examples
For an interactive example of this method, download the Contact Manager Web service examples tool from the MSDN Code Gallery.
See Also
Reference
MicrosoftOfficeLiveBusinessContactManager Class