Alterian Email Manager 6.2.3 SDK Help File Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic string GetLookup(
	int Index,
	int timeOffset
)
Public Function GetLookup ( 
	Index As Integer,
	timeOffset As Integer
) As String
public:
String^ GetLookup(
	int Index, 
	int timeOffset
)
member GetLookup : 
        Index : int * 
        timeOffset : int -> string 
function GetLookup(Index, timeOffset);
Parameters
- Index
 - Type: SystemInt32
 - timeOffset
 - Type: SystemInt32
 
Return Value
Type: 
String
See Also