Omb.Admin Namespace > SubContractMgr Class : EmailReviewer Method |
Email a Reviewer his / her assigned reviews. If group is passed in all reviews for that member associated with said group will be sent. If SubContractID is passed then only the information for that specific application will be sent.
[Visual Basic]
Public Overridable Sub EmailReviewer( _
ByVal ReviewerID As ID, _
ByVal GroupID As ID, _
ByVal SubContractID As ID, _
ByVal sc As SecurityContext _
)
[C#]
public virtual void EmailReviewer(
ID ReviewerID,
ID GroupID,
ID SubContractID,
SecurityContext sc
);
[C++]
public: virtual void EmailReviewer(
ID ReviewerID,
ID GroupID,
ID SubContractID,
SecurityContext* sc
)
[C++/CLI]
public:
virtual void EmailReviewer(
ID ReviewerID,
ID GroupID,
ID SubContractID,
SecurityContext^ sc
)
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
SubContractMgr Class | SubContractMgr Members
© 2009 Medical College of Georgia. All Rights Reserved.