JAMS Developer Guide
LogFileAttachment Property


MVPSI.JAMSScheduler Namespace > EntryTokenProperties Class : LogFileAttachment Property
Checks to see if the log file can be attached to the e-mail message and returns a string that indicates the result. For example, it could return "The log file is attached" or "The log file is too big to attach".
Syntax
'Declaration
 
Public ReadOnly Property LogFileAttachment As System.String
'Usage
 
Dim instance As EntryTokenProperties
Dim value As System.String
 
value = instance.LogFileAttachment
public System.string LogFileAttachment {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntryTokenProperties Class
EntryTokenProperties Members