Click or drag to resize
SIPMessageExGetContacts Method
Retrieves the contacts from the SIP message.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static IEnumerable<SIPAddress> GetContacts(
	SIPMessage msg
)

Parameters

msg
Type: Ozeki.VoIPSIPMessage

Return Value

Type: IEnumerableSIPAddress
See Also