|
| [VB.NET] | |
| Function CreateMSNNotification
(SessionID As String)
As
String |
|
| SessionID |
| Session ID |
|
| MSN notification object ID |
| VB.NET
Example |
Switch to language:
[C#] |
|
| | 'Create personalizer object and Session object |
| | Dim pers As New PersonalizerRef.Personalizer()
|
| | Dim sess As New SessionRef.Session()
|
| | Dim SessionID As
String = "" |
| | Try |
| | SessionID = pers.CreateSession("LogonName", "Password") |
| | ' Create MSN notification proxy object |
| | Dim objMSN As New MSNRef.MSN()
|
| | 'Create server notification object |
| | MSNNotifID = sess.CreateMSNNotification(SessionID) |