XMXAPIG ;ISC-SF/GMB-Mail Group APIs ;03/25/2003 14:48
Source file <XMXAPIG.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
ADDMBRS(XMDUZ,XMGRP,XMMBR,XMINSTR,XMTSK) | ; Add members to groups
; XMGRP Same as XMGROUP, or array XMGRP(XMGROUP)="" ; XMMBR Member or array of members to add. |
|
JOIN(XMDUZ,XMGROUP,XMINSTR,XMTSK) | ; User chooses to join a group.
|
|
DROP(XMDUZ,XMGROUP) | ; User chooses to drop from a group.
|
|
XMINSTR(XMINSTR) | ;
|
|
GOTLOCAL(XMGROUP,XMDAYS,XMMBRS) | ; Function: Any active local members? (1=yes; 0=no)
; XMDAYS (optional) add'l requirement that the member must have used ; MailMan within the last XMDAYS days. ; XMMBRS (optional) add'l requirement that this many local members must ; be in the group. (default is 1) |
|
IEN(XMGROUP) | ; INTERNAL USE ONLY function, given group's ien or exact name, returns ien
|
|
NAME(XMGIEN) | ; INTERNAL USE ONLY function, given group's ien, returns name
|
|
MEMBER(XMDUZ,XMGROUP,XMCHKSUB) | ; Is user a member of the group?
; XMCHKSUB - Check member groups, too? (0=no; 1=yes) |
|
SUBMBR(XMDUZ,XMGIEN) | ;
|