Hosted Email 2007::GetServiceInformation

This procedure retrieves identifier for this service

Arguments

Output Arguments Required Description

<serviceId>

Yes

The Globally Unique Identifier (GUID) that uniquely identifies the service.

<serviceName>

Yes

The name that uniquely identifies the service.

<serviceDescription>

Yes

The description of the service.

Remarks

Security

The caller must be at least a member of role: Business Users

Schema Definition

Input

<executeData>1..1 </executeData> 

Output

<executeData>  
<serviceId>1..1 </serviceId> 
<serviceName>1..1 </serviceName> 
<serviceDescription>1..1 </serviceDescription> 
</executeData> 

Sample Code

Example XML Request

<request> 
  <data /> 
  <procedure> 
    <execute namespace="Hosted Email 2007" procedure="GetServiceInformation" impersonate="1"> 
      <after source="executeData" destination="data" mode="merge" /> 
    </execute> 
  </procedure> 
</request> 
 

Example XML Response

<response> 
  <data> 
    <!--The Globally Unique Identifier (GUID) that uniquely identifies the service--> 
    <serviceId>1F444526CB6F4D5C9A59C9A84E26B618</serviceId> 
    <!--The name that uniquely identifies the service--> 
    <serviceName>HostedEmail</serviceName> 
    <!--The description of the service--> 
    <serviceDescription>Email hosting services</serviceDescription> 
  </data> 
</response>

Applies To

Hosted Email 2007 Namespace for:

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0

See also

Tasks

Hosted Email 2007::AddAvailablePlans
Hosted Email 2007::GetUserPlanAssignment
Hosted Email 2007::CreateOrganizationPlan
Hosted Email 2007::CreateUserPlan
Hosted Email 2007::GetOrganizationAvailablePlans
Hosted Email 2007::GetOrganizationPlan
Hosted Email 2007::GetUserPlanAssignment
Hosted Email 2007::GetUserPlan
Hosted Email 2007::GetUserPlanAssignment
Hosted Email 2007::Initialize
Hosted Email 2007::ModifyOrganizationPlan
Hosted Email 2007::ModifyUserPlan
Hosted Email 2007::RemoveAvailablePlans
Hosted Email 2007::Subscribe
Hosted Email 2007::Unsubscribe