다음을 통해 공유


ISmsTextMessage 인터페이스

정의

이 인터페이스는 디코딩된 SMS 문자 메시지를 조작합니다. 메시지의 일반 텍스트 본문과 타임스탬프를 비롯한 키 헤더 속성에 직접 액세스할 수 있습니다.

참고

이 기능은 모바일 네트워크 운영자, 모바일 광대역 어댑터 IHV 또는 OEM에서 권한 있는 액세스 권한이 부여된 통신사 앱 및 UWP 앱에서만 사용할 수 있습니다. 자세한 내용은 모바일 광대역을 참조하세요.

참고

이 클래스 및 해당 메서드는 이전 버전의 Windows에서 사용한 레거시 데스크톱 앱의 유지 관리를 위해 지원됩니다. 이 클래스를 사용하는 경우 앱 매니페스트에서 Windows.Devices.Sms.LegacySmsApiContract 를 지정해야 합니다. Windows용 새 앱을 개발하는 경우 이 클래스를 사용하지 마세요. 대신 Windows.Devices.Sms.LegacySmsApiContract가 필요하지 않은 이 네임스페이스에서 API를 사용합니다.

public interface class ISmsTextMessage : ISmsMessage
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Sms.LegacySmsApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("SmsTextMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsTextMessage2.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Devices.Sms.LegacySmsApiContract)]
/// [Windows.Foundation.Metadata.Guid(3592196172, 42133, 18559, 154, 111, 151, 21, 72, 197, 188, 159)]
struct ISmsTextMessage : ISmsMessage
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Sms.LegacySmsApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3592196172, 42133, 18559, 154, 111, 151, 21, 72, 197, 188, 159)]
/// [Windows.Foundation.Metadata.Deprecated("SmsTextMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsTextMessage2.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")]
struct ISmsTextMessage : ISmsMessage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Sms.LegacySmsApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("SmsTextMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsTextMessage2.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Devices.Sms.LegacySmsApiContract))]
[Windows.Foundation.Metadata.Guid(3592196172, 42133, 18559, 154, 111, 151, 21, 72, 197, 188, 159)]
public interface ISmsTextMessage : ISmsMessage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Sms.LegacySmsApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3592196172, 42133, 18559, 154, 111, 151, 21, 72, 197, 188, 159)]
[Windows.Foundation.Metadata.Deprecated("SmsTextMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsTextMessage2.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")]
public interface ISmsTextMessage : ISmsMessage
Public Interface ISmsTextMessage
Implements ISmsMessage
파생
특성
구현

Windows 요구 사항

디바이스 패밀리
Windows Desktop Extension SDK (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Devices.Sms.LegacySmsApiContract (v1.0에서 도입되었습니다.)
앱 기능
cellularMessaging sms

설명

인터페이스 상속

ISmsTextMessage는 ISmsMessage를 상속합니다. ISmsTextMessage를 구현하는 형식은 ISmsMessage의 인터페이스 멤버도 구현합니다.

속성

Body

메시지의 일반 텍스트 본문을 지정합니다.

Encoding

이 메시지를 보낼 때 사용하도록 설정된 인코딩 형식을 지정합니다.

From

메시지 보낸 사람의 전화 번호를 지정합니다.

Id

메시지를 가져오거나 삭제하기 위해 나중에 메시지 저장소 메서드를 호출할 때 지정할 수 있는 메시지의 ID를 검색합니다.

(다음에서 상속됨 ISmsMessage)
MessageClass

운영자의 메시지 네트워크에 의해 결정되는 메시지 클래스를 반환합니다. 가장 일반적인 두 클래스는 None(일반 메시지) 또는 Class0(사용자에게 즉시 표시되어야 하는 로밍 경고와 같은 특수 연산자 메시지)입니다. 최종 사용자 메시지에 대한 일반적인 클라이언트는 Class0 메시지를 무시합니다.

(다음에서 상속됨 ISmsMessage)
PartCount

메시지가 다중 파트 메시지의 일부인 경우 원본 메시지의 총 부분 수를 검색합니다.

PartNumber

이 메시지가 다중 파트 메시지의 일부인 경우 다중 파트 메시지의 파트 번호를 검색합니다. PartReferenceId 및 PartCount 속성과 함께 파트를 함께 조인하여 원래 메시지를 다시 구성하는 데 사용할 수 있습니다.

PartReferenceId

메시지가 다중 파트 메시지의 일부인 경우 사용할 수 있는 참조 값을 나타냅니다. 이 메시지가 여러 부분으로 구성된 메시지에 속하는 경우 PartNumber 값을 사용하여 전체 원본 메시지를 다시 구성할 수 있으며 해당 메시지의 각 부분은 PartReferenceId에 대해 동일한 값을 갖습니다.

Timestamp

메시지의 타임스탬프를 검색합니다. 생성된 메시지 instance 또는 수신된 메시지의 서비스 센터 타임스탬프에서 로컬로 결정됩니다.

To

이 메시지의 받는 사람 전화 번호를 지정합니다.

메서드

ToBinaryMessages(SmsDataFormat)

지정된 형식으로 메시지를 읽고 결과를 이진 메시지의 새 instance 배치합니다.

적용 대상

추가 정보