SmsInterceptor.GetQueuedMessages method

This API is not intended to be used directly from your code.

Syntax

public static IReadOnlyList<InterceptedSmsMessage> GetQueuedMessages()
Public Shared Function GetQueuedMessages() As IReadOnlyList(Of InterceptedSmsMessage)
public:
static IVectorView<InterceptedSmsMessage>^ GetQueuedMessages()

Parameters

This method has no parameters.

Return value

Type: IVectorView<InterceptedSmsMessage> [C++] | System.Collections.Generic.IReadOnlyList<InterceptedSmsMessage> [.NET]

This API is not intended to be used directly from your code.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Networking.NetworkOperators Windows::Phone::Networking::NetworkOperators [C++]

Metadata

Windows.WinMD

See also

SmsInterceptor