|
| [C#] | |
| String
CreateMSNNotification
(String SessionID)
|
|
| SessionID |
| Session ID |
|
| MSN notification object ID |
|
| | //Create personalizer object and Session object |
| | PersonalizerRef.Personalizer pers = new PersonalizerRef.Personalizer()
; |
| | SessionRef.Session sess = new SessionRef.Session()
; |
| | string SessionID = ""; |
| | try{ |
| | SessionID = pers.CreateSession("LogonName", "Password"); |
| | // Create MSN notification proxy object |
| | MSNRef.MSN objMSN = new MSNRef.MSN()
; |
| | //Create server notification object |
| | MSNNotifID = sess.CreateMSNNotification(SessionID); |