Share via


SPMobileMessageServiceProvider-Klasse

Enthält Informationen über eine Mobiltelefonnachricht Service Provider (MSP).

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceResponse
    Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider

Namespace:  Microsoft.SharePoint.MobileMessage
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Class SPMobileMessageServiceProvider _
    Inherits SPMobileMessageServiceResponse
'Usage
Dim instance As SPMobileMessageServiceProvider
public class SPMobileMessageServiceProvider : SPMobileMessageServiceResponse

Hinweise

SPMobileMessageServiceProvider ist eine objektorientierte Version einer serviceInfo -Antwort von einem Webdienst, der das Office Mobile Service (OMS)-Protokoll verwendet. Vom WWW-Dienst als Antwort auf einen Aufruf der GetServiceInfo -Methode wird eine serviceInfo -Antwort gesendet.

Weitere Informationen zu OMS finden Sie in der Serie von Artikeln, die mit Outlook 2007 Mobile Service Guidelines (Part 1 of 3)beginnen.

Beispiele

Es folgt ein Beispiel für eine serviceInfo Antwort.

<?xml version="1.0" encoding="utf-8"?>
<serviceInfo xmlns="https://schemas.microsoft.com/office/Outlook/2006/OMS/serviceInfo">
<serviceProvider>ABC Company</serviceProvider>
<serviceUri>https://www.abc.com.cn/OMS3/XMS.asmx</serviceUri>
<signUpPage>https://www.abc.com.cn/ws/xmssignup.aspx/</signUpPage>
<targetLocale>2052</targetLocale>
   <localName>ABC Mobile Service</localName>
   <englishName>ABC Mobile Service</englishName>
   <authenticationType>Other</authenticationType>
   <supportedService>
      <SMS_SENDER maxRecipientsPerMessage="50" maxMessagesPerSend="20"
         maxSbcsPerMessage="140" maxDbcsPerMessage="70" />
      <MMS_SENDER supportSlide="true" maxRecipientsPerMessage="100" 
         maxSizePerMessage="30000" maxSlidesPerMessage="10" />
   </supportedService>
</serviceInfo>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPMobileMessageServiceProvider-Member

Microsoft.SharePoint.MobileMessage-Namespace