Returns the one effective permission used to control access to the folder for a named group. This permission may or may not be applied to the folder itself. That is, the returned Permission object may be applied to a containing folder.
VBScript
folder.GetPermissionForGroup groupName
Perl
$folder->GetPermissionForGroup(groupName);