Attachment Constructors

Definition

Overloads

Attachment()

public Attachment();
Public Sub New ()

Applies to

Attachment(ContentType)

public Attachment(Microsoft.Teams.Api.ContentType contentType);
new Microsoft.Teams.Api.MessageExtensions.Attachment : Microsoft.Teams.Api.ContentType -> Microsoft.Teams.Api.MessageExtensions.Attachment
Public Sub New (contentType As ContentType)

Parameters

contentType
ContentType

Applies to

Attachment(String)

public Attachment(string contentType);
new Microsoft.Teams.Api.MessageExtensions.Attachment : string -> Microsoft.Teams.Api.MessageExtensions.Attachment
Public Sub New (contentType As String)

Parameters

contentType
String

Applies to