| 
| [VB.NET] |   | 
|    Function CreateSMSNotification
									(SessionID As String)
									 As 
										String | 
 | 
|    SessionID | 
|          Session ID | 
 | 
|          SMS 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 SMS notification proxy object  | 
|   |       Dim objSMS As New SMSRef.SMS()
			 | 
|   |       'Create server notification object | 
|   |       Dim SMSNotifID As 
					String = sess.CreateSMSNotification(SessionID) |