adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileCaptureAction Class / FromAddress Property

In This Topic
    FromAddress Property (FileCaptureAction)
    In This Topic
    Optional override of the default return address for notification messages, if ArcanaDevelopment.adTempus.Shared.OutputCaptureOptions contains ArcanaDevelopment.adTempus.Shared.OutputCaptureOptions.Send
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property FromAddress As String
    [CanBeNull()]
    public string FromAddress {get; set;}
    See Also