Dropbox .NET SDK
Show / Hide Table of Contents

Class ResendVerificationEmailArg

The resend verification email arg object

Inheritance
object
ResendVerificationEmailArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ResendVerificationEmailArg

Constructors

View Source

ResendVerificationEmailArg(IEnumerable<UserSecondaryEmailsArg>)

Initializes a new instance of the ResendVerificationEmailArg class.

Declaration
public ResendVerificationEmailArg(IEnumerable<UserSecondaryEmailsArg> emailsToResend)
Parameters
Type Name Description
IEnumerable<UserSecondaryEmailsArg> emailsToResend

List of users and secondary emails to resend verification emails to.

Properties

View Source

EmailsToResend

List of users and secondary emails to resend verification emails to.

Declaration
public IList<UserSecondaryEmailsArg> EmailsToResend { get; protected set; }
Property Value
Type Description
IList<UserSecondaryEmailsArg>
  • View Source
In this article
Back to top Dropbox .NET SDK