adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationMessage Class / AddAttachment Method
The name of the file to attach.
The name that should be used for the attachment, if different from the original file name.


In This Topic
    AddAttachment Method
    In This Topic
    Adds an attachment to the message.
    Syntax
    'Declaration
     
    
    Public Function AddAttachment( _
       ByVal fileLocation As String, _
       Optional ByVal displayName As String _
    ) As NotificationAttachment

    Parameters

    fileLocation
    The name of the file to attach.
    displayName
    The name that should be used for the attachment, if different from the original file name.
    See Also