skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • MCP Servers
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    MCP Servers

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Use Reports in Applications
    • System Requirements
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now
Search all

Class SendDocumentArgs

Contains email configuration parameters for sending rendered reports via email through the reporting service.

Inheritance
System.Object
SendDocumentArgs
Namespace: Telerik.Reporting.Services.WebApi
Assembly: Telerik.Reporting.Services.WebApi.dll

Syntax

public class SendDocumentArgs
Remarks

This class encapsulates all necessary email parameters required for the SendDocument operation. Used when clients request to email rendered reports directly from the reporting service. Supports standard email fields including recipients, carbon copy, subject, and body content.

Constructors

SendDocumentArgs()

Declaration
public SendDocumentArgs()

Properties

Body

Gets or sets the main content text for the email message body.

Declaration
public string Body { get; set; }
Property Value
System.String

A string containing the message body text that will accompany the report attachment. Can include plain text or HTML content depending on the email client configuration.

Cc

Gets or sets the carbon copy recipient email addresses for the message.

Declaration
public string Cc { get; set; }
Property Value
System.String

A string containing one or more email addresses separated by semicolons or commas. These addresses will receive a copy of the message with the report attachment. Can be null or empty if no carbon copy recipients are needed.

From

Gets or sets the sender's email address for the outgoing message.

Declaration
public string From { get; set; }
Property Value
System.String

A string containing the email address that will appear in the From field of the sent message. Should be a valid email address format (e.g., "sender@example.com").

Subject

Gets or sets the subject line text for the email message.

Declaration
public string Subject { get; set; }
Property Value
System.String

A string containing the subject text that will appear in the email header. Should provide a clear description of the report content being sent.

To

Gets or sets the primary recipient email addresses for the message.

Declaration
public string To { get; set; }
Property Value
System.String

A string containing one or more email addresses separated by semicolons or commas. These addresses will receive the report document as an attachment.

Getting Started
  • Install Now
  • Online Demos
Support Resources
  • Documentation
  • Knowledge Base
  • Videos
  • Reporting Samples Repository
  • Reporting Release History
Community
  • Forums
  • Blogs
  • Reporting Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.