ISmsMessage 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public interface class ISmsMessage
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Sms.LegacySmsApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3980156456, 27012, 19207, 129, 29, 141, 89, 6, 237, 60, 234)]
struct ISmsMessage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Sms.LegacySmsApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3980156456, 27012, 19207, 129, 29, 141, 89, 6, 237, 60, 234)]
public interface ISmsMessage
Public Interface ISmsMessage
- 파생
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows Desktop Extension SDK (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Devices.Sms.LegacySmsApiContract (v1.0에서 도입되었습니다.)
|
앱 기능 |
cellularMessaging
sms
|
속성
Id |
메시지를 가져오거나 삭제하기 위해 나중에 메시지 저장소 메서드를 호출할 때 지정할 수 있는 메시지의 ID를 검색합니다. |
MessageClass |
운영자의 메시지 네트워크에 의해 결정되는 메시지 클래스를 반환합니다. 가장 일반적인 두 클래스는 None(일반 메시지) 또는 Class0(사용자에게 즉시 표시되어야 하는 로밍 경고와 같은 특수 연산자 메시지)입니다. 최종 사용자 메시지에 대한 일반적인 클라이언트는 Class0 메시지를 무시합니다. |